Skip to content

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

Closed
@Komnomnomnom

Description

@Komnomnomnom
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"'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions