-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: support ambiguous=infer with ZoneInfo #49700
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
BUG: support ambiguous=infer with ZoneInfo #49700
Conversation
Fixes #48442? (and therefore this change is/should be considered for backporting) |
yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Related side question, do we have testing tz_localize/convert with the nonexistent
options?
you mean specific to ZoneInfo? i dont think so. would be straightforward to add ZoneInfo case to test_tz_localize_nonexistent since it is currently parametrized over pytz/dateutil |
Correct, yes if these can be added in a follow up that would be good. |
good call on checking this; ATM this segfaults |
* BUG: rendering dt64tz values with non-pytz * GH ref * py38 compat * BUG: support ambiguous=infer with ZoneInfo * add type declaration * no-tzdata compat
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Sits on top of #49684