-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
BUG: to_datetime(Timestamp, utc=True) localizes to UTC #24441
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: to_datetime(Timestamp, utc=True) localizes to UTC #24441
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24441 +/- ##
==========================================
+ Coverage 92.3% 92.3% +<.01%
==========================================
Files 163 163
Lines 51977 51979 +2
==========================================
+ Hits 47979 47981 +2
Misses 3998 3998
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24441 +/- ##
==========================================
+ Coverage 92.3% 92.3% +<.01%
==========================================
Files 163 163
Lines 51977 51981 +4
==========================================
+ Hits 47979 47983 +4
Misses 3998 3998
Continue to review full report at Codecov.
|
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; one small comment on parametrizing
thanks @mroeschke |
git diff upstream/master -u -- "*.py" | flake8 --diff