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
It seems that the to_datetime function always assumes that a timestamp is in local time and converts it to UTC. This does not seem to be the case with converting from strings.
It seems that the
to_datetime
function always assumes that a timestamp is in local time and converts it to UTC. This does not seem to be the case with converting from strings.This code:
Give this result (pandas 0.15.1):
Note that when
to_datetime
is converting a timestamp five hours are added no matter theutc=
arg value.The text was updated successfully, but these errors were encountered: