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
We are falling back to the dateutil parser here. It interprets the -10 as a tz offset, which I suppose makes some sense although can see why it is surprising. Closing as not pandas, xref #12585 - general dateutil compat issue.
When using default
to_datetime
, without format, the answers is sometimes a bit weird:Year and month are guessed correctly, day gets shifted by 1, and hour, minutes, seconds are completely off.
(edit) - Obviously the function works fine when passing the datetime format, it is the default guess that is weird.
The text was updated successfully, but these errors were encountered: