Skip to content

BUG: JSON iso date formatting incorrect on linux 32 bit #4869

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

Closed
Komnomnomnom opened this issue Sep 18, 2013 · 0 comments · Fixed by #4871
Closed

BUG: JSON iso date formatting incorrect on linux 32 bit #4869

Komnomnomnom opened this issue Sep 18, 2013 · 0 comments · Fixed by #4871

Comments

@Komnomnomnom
Copy link
Contributor

In [2]: pd.json.dumps(pd.Timestamp('2013-01-01'), iso_dates=True)
Out[2]: '"699470488266606557-01-01T00:00:00.000Z"'

should be

In [4]: pd.json.dumps(pd.Timestamp('2013-01-01'), iso_dates=True)
Out[4]: '"2013-01-01T00:00:00.000Z"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant