Skip to content

Commit

Permalink
Support encoding/decoding timedelta objects
Browse files Browse the repository at this point in the history
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
jcrist committed Jul 11, 2023
1 parent c0ad244 commit 2b72ebb
Show file tree
Hide file tree
Showing 4 changed files with 586 additions and 29 deletions.
Loading

0 comments on commit 2b72ebb

Please sign in to comment.