Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace dateutil with fromisoformat in google backend
dateutil.parser.parse is particularly slow and covers a lot of use cases that are not relevant to parsing RFC 3339 datetimes. This was bad enough that rohmu could eat 50% of CPU while listing entries from Google object storage.
- Loading branch information