Skip to content

discrepancy between python datetime.time and mysql TIME #167

@abrarsheikh

Description

@abrarsheikh

MYSQL time supports a range of '-838:59:59.000000' to '838:59:59.000000' where was python datetime.time has a range of 0 <= hour < 24, 0 <= minute < 60, 0 <= second < 60, 0 <= microsecond < 1000000. It would be incorrect to encode mysql time into python datetime.time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions