-
Notifications
You must be signed in to change notification settings - Fork 465
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
Use timezone via settings to get PREFER_DATES_FROM result #1155
Use timezone via settings to get PREFER_DATES_FROM result #1155
Conversation
This ensures that we are still processing times such as EDT or AEDT which returns UnknownTimezoneError with pytz.timezone method.
I have run the minimum working example from the original report, and the output is the same before and after this change. |
The test cases would fail on the master branch. Also, for me, the changes result in the correct output.
|
You are right, I am getting the expected output with the fix now. I have no idea what I did wrong before, I must have installed the wrong branch 😅 |
Today I Learn |
This fixes #1092