Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use built-in isoformat support (#383)
The ISO formatted string can be stored in multiple formats. Use the built-in datetime.isoformat() and datetime.fromisoformat() functions, which able to handle all variants. Replace 'Z' with '+00:00' to ensure compatibility with Python < 3.11. Fixes: #382
- Loading branch information