Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support encoding/decoding timedelta objects
These are encoded to ISO8601 duration strings. Only `'D'`, `'H'`, `'M'`, and `'S'` units are supported (no relative units like `Y` or `M` (month)).
- Loading branch information