We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Long-standing issue with TimeZones.jl: JuliaTime/TimeZones.jl#303
Sorry, something went wrong.
No branches or pull requests
This code crashes
with error:
But without including LibPQ it works fine
MacOS Ventura 13.3.1
LibPQ v1.17.1
The text was updated successfully, but these errors were encountered: