Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
API: DatetimeIndex creation with mixed tz timestamps #11488
Comments
sinhrks
added API Design Timezones
labels
Oct 31, 2015
|
yeh I think first 2 should be Index |
sinhrks
added this to the
0.18.0
milestone
Oct 31, 2015
|
OK, I set milestone as 0.18 as it causes breaking changes. How about following rules? The changes are marked as CHANGED. Creation with
|
sinhrks
referenced
this issue
Oct 31, 2015
Open
API: Datetime tz-aware/tz-naive ops consistency #11456
|
0.18.0 is fine, though this is much more of a bug-fix than an API change. I think it is simply wrong that we are forcing conversions now. (in your changed section). |
|
Yes, but I assume not few methods depends on the CHANGED logic to output the DTI. I'm not sure how many ops relies on yet... Let me work once, and reconsider the milestone if it only affects to a narrow range. |
|
sounds good! |
sinhrks
referenced
this issue
Nov 24, 2015
Closed
BUG/API: Index creation with different tz coerces DatetimeIndex #11696
sinhrks
added a commit
that referenced
this issue
Dec 10, 2015
|
|
sinhrks + jreback |
b80b5c7
|
|
closed by #11696 |
sinhrks commentedOct 31, 2015
Related to #11456. Currently,
DatetimeIndexhandles mixed tz values like below. This behavior sometimes triggers coercion between tz-aware/tz-naive.