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
dr = date_range('2011-12-01','2012-07-20',freq = 'D', tz = 'US/Eastern')
dr.asfreq('T')
it appears that the asfreq code checks whether the timezone of the start and end date are the same. In this particular example, the daylight savings offsets are different at the beginning and end so the test for equality fails. Is this intended behaviour or a bug?
The text was updated successfully, but these errors were encountered:
the following code fails:
it appears that the asfreq code checks whether the timezone of the start and end date are the same. In this particular example, the daylight savings offsets are different at the beginning and end so the test for equality fails. Is this intended behaviour or a bug?
The text was updated successfully, but these errors were encountered: