Skip to content

Representation of pd.Timestamp is not ISO8601 compliant. #36351

Closed
@kotval

Description

@kotval

ISO 8601 specifies that the date and time portion of a timestamp is separated by a "T", but python's datetime.isoformat allows any character to separate them. To comply with ISO8601, line 650 should be changed to include a "T" in between the date and the time. Since this also complies with datetime.isoformat, there is no reason not to change this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions