Skip to content
New issue

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

Conflict with Dates.jl #284

Open
sirion34 opened this issue Sep 30, 2023 · 1 comment
Open

Conflict with Dates.jl #284

sirion34 opened this issue Sep 30, 2023 · 1 comment

Comments

@sirion34
Copy link

sirion34 commented Sep 30, 2023

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

@iamed2
Copy link
Owner

iamed2 commented Sep 30, 2023

Long-standing issue with TimeZones.jl: JuliaTime/TimeZones.jl#303

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants