-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
This code crashes
using Dates
using LibPQ
DateTime("2023-10-25T00:00:00.000Z", "yyyy-mm-ddTHH:MM:SS.sssZ")
with error:
ERROR: ArgumentError: Unable to parse date time. Expected directive DatePart(Z) at char 24
Stacktrace:
But without including LibPQ it works fine
using Dates
DateTime("2023-10-25T00:00:00.000Z", "yyyy-mm-ddTHH:MM:SS.sssZ")
MacOS Ventura 13.3.1
LibPQ v1.17.1
Metadata
Metadata
Assignees
Labels
No labels