Skip to content

Use datetime.fromisoformat() instead of iso8601 #398

@lemon24

Description

@lemon24

We are currently using iso8601 to parse JSON feed dates. Starting with Python 3.11, datetime.fromisoformat() supports most formats we need.

Use datetime.fromisoformat() instead, and remove the iso8601 dependency (including from the install docs).

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions