Skip to content

Windows Python 3.6 Datetime Bug #24

Closed
@Spedwards

Description

@Spedwards

A bug was introduced in the Windows version of Python 3.6 which causes datetime.fromtimestamp(0) to throw an error.

ZodiacYear.PRE_STANDARD: datetime.fromtimestamp(0),

A quick fix for this is to replace the line above with datetime(1, 1, 1).

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