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
though to be honest this flag is just confusing IMHO. Users should simply use tz_convert/tz_localize after pd.to_datetime if desired. This feels too automagicy to me.
In the case below, setting
utc=True
in pandas.to_datetime actually removes the UTC attribute from the input:the last function removes the UTC attribute from the input, even though
utc
is set toTrue
.This only happens in pandas 0.17.1. pandas 0.16.x have a different implementation and does not have this issue.
The text was updated successfully, but these errors were encountered: