Description
Include a datetime() function in the grammar that will parse a ISO-8601 formatted date:
datetime('2021-07-21') datetime('2021-07-21T01:12:59') datetime('2021-07-21T01:12:59+0500')
Attachments
Issue Links
- links to
Include a datetime() function in the grammar that will parse a ISO-8601 formatted date:
datetime('2021-07-21') datetime('2021-07-21T01:12:59') datetime('2021-07-21T01:12:59+0500')