Skip to content

Use whenever instead of stdlib datetime #257

Description

@samueljsb

https://pypi.org/project/whenever/ makes a distinction at type-checking time between naive and tz-aware datetimes and dates. This is an advantage and in some internal project we require this library and disallow access to the stdlib datetime module.

Because these types are incompatible with the stdlib, making this change would constitute a breaking change to the API. Since this project is still zero-ver, this would be acceptable, but would complicate integration with projects that already use it.

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