Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: date_range(str, tz=str) and date_range(Timestamp) handle tz discontinuity differently #7835
Comments
jreback
changed the title from
BUG: `date_range(str, tz=str)` and `date_range(Timestamp)` handle tz discontinuity differently to BUG: date_range(str, tz=str) and date_range(Timestamp) handle tz discontinuity differently
Jul 24, 2014
jreback
added Bug Timezones
labels
Jul 24, 2014
jreback
added this to the
0.15.0
milestone
Jul 24, 2014
This was referenced Aug 2, 2014
jreback
closed this
in #7909
Aug 5, 2014
jreback
added a commit
that referenced
this issue
Aug 5, 2014
|
|
jreback |
7568018
|
This was referenced Sep 10, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ischwabacher commentedJul 24, 2014
xref #7825
xref (addtl test cases) #7901
I believe
Out[2]is correct andOut[3]is a bug, and that others will agree with me.I believe
Out[4]is a bug,Out[7]is correct andOut[10]is a bug, but that I will have to do some work to convince others to agree with me.