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
Apparently the newest version of tzlocal (5.0) is causing an error on the parse function.
Python 3.9
Environment:
Delorean==1.0.0 tzlocal==5.0
Run:
from delorean import parse print(parse("2023-05-15T00:00:00.000Z", yearfirst=True, dayfirst=False))
Error:
AttributeError("'ZoneInfo' object has no attribute 'localize'")
If we change the environment to:
Delorean==1.0.0 tzlocal==4.3
The issue is resolved
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apparently the newest version of tzlocal (5.0) is causing an error on the parse function.
Python 3.9
Environment:
Run:
Error:
If we change the environment to:
The issue is resolved
The text was updated successfully, but these errors were encountered: