You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was discussed in #7825 , but this is not technically a dupe (as its slightly different). But I'll let some of the DST experts weight-in (do you believe we have this many people who 'discuss' timezone transitions!)
also would appreciate someone going thru the tracker and create a master issue (just list the issues with a checkbox) and i'll tag, for all of the timestamp normalization issues.
Code and Error description
If I try to normalize a date on daylight saving date day, the normalize_date() can put a Timestamp object into inconsistent state.
according to the implementation It only replaces the with zeroes the time part.
I believe either the replace should be timezone aware or the function should look like this:
INSTALLED VERSIONS
commit: None
python: 2.7.6.final.0
python-bits: 64
OS: Linux
OS-release: 3.16.0-44-generic
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
pandas: 0.16.2
nose: 1.3.0
Cython: 0.22.1
numpy: 1.9.2
scipy: 0.15.1
statsmodels: 0.6.1
IPython: 3.2.0
sphinx: None
patsy: 0.2.1
dateutil: 2.4.2
pytz: 2015.4
bottleneck: 0.8.0
tables: 3.0.0
numexpr: 2.3
matplotlib: 1.4.3
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: None
httplib2: None
apiclient: None
sqlalchemy: None
pymysql: None
psycopg2: None
The text was updated successfully, but these errors were encountered: