-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
DatetimeIndex + TimeDelta gives wrong results when timezone is set #13905
Labels
Milestone
Comments
yep, thought we had an issue about this, but can't seem to find it. |
jreback
added
Bug
Difficulty Novice
Timedelta
Timedelta data type
Timezones
Timezone data dtype
labels
Aug 4, 2016
4 tasks
conquistador1492
added a commit
to conquistador1492/pandas
that referenced
this issue
Aug 9, 2016
59 tasks
jbrockmendel
added a commit
to jbrockmendel/pandas
that referenced
this issue
Dec 20, 2017
ser + index lossed timezone closes pandas-dev#13905 index + ser retained timezone but returned a DatetimeIndex
4 tasks
jreback
pushed a commit
that referenced
this issue
Jan 2, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
When I add a time delta to a DatetimeIndex which is tz-aware, the results appear as UTC, but sometimes claim to be in the original non-UTC timezone.
Code
Actual Output
Expected Output
Note however that this does print the expected result:
I'm using Pandas 0.18.1.
The text was updated successfully, but these errors were encountered: