Skip to content

Handle infer_datetime_format bug #34

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

Merged
merged 1 commit into from
Apr 23, 2021
Merged

Handle infer_datetime_format bug #34

merged 1 commit into from
Apr 23, 2021

Conversation

gjoseph92
Copy link
Owner

With #27, the tz_convert would fail when we tripped over pandas-dev/pandas#41047, since the DatetimeIndex would be tz-naive. Now, we assume tz-naive datetimes are already in UTC.

Addresses #33 (comment).

cc @TomAugspurger @scottyhq

With #27, the `tz_convert` would fail when we tripped over pandas-dev/pandas#41047, since the DatetimeIndex would be tz-naive. Now, we assume tz-naive datetimes are already in UTC.

Addresses #33 (comment)
@gjoseph92 gjoseph92 merged commit 172ea1c into main Apr 23, 2021
@gjoseph92 gjoseph92 deleted the handle-pd-41047 branch April 23, 2021 19:52
@scottyhq
Copy link
Contributor

thanks @gjoseph92, sorry for the previous buggy fix!

@gjoseph92
Copy link
Owner Author

haha no worries, slipped my mind too!

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

Successfully merging this pull request may close these issues.

2 participants