LibPQ.jl
LibPQ.jl copied to clipboard
Conflict with Dates.jl
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
Long-standing issue with TimeZones.jl: https://github.com/JuliaTime/TimeZones.jl/issues/303