-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
series.to_json + isoformat: bad serialization of naive dates (as utc stamps) #29706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This looks like an issue with |
zogzog
added a commit
to zogzog/tshistory
that referenced
this issue
Feb 18, 2020
Pandas for a long time wrongly serialized naive timestamps within an utc time zone (see pandas-dev/pandas#29706). We work around the 0.25 fix that produces correct utc stamps from such serialized stamps.
zogzog
added a commit
to zogzog/tshistory_client
that referenced
this issue
Feb 18, 2020
With pandas 0.25 we get back utc stuff. see pandas-dev/pandas#29706
Ok I'll have a look. |
unchanged on master
|
This is fixed now, since |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exhibited there
Problem description
In pandas 0.25, " Bug in read_json() where date strings with Z were not converted to a UTC timezone (GH26168) " made me realize an issue with series timestamp iso serialization.
Naive dates should not be converted within an UTC referential.
The text was updated successfully, but these errors were encountered: