Skip to content

Commit

Permalink
feat(naive): add serde modules for optional timestamps
Browse files Browse the repository at this point in the history
- `naive::serde::ts_nanoseconds_option`
- `naive::serde::ts_microseconds_option`
- `naive::serde::ts_milliseconds_option`
- `naive::serde::ts_seconds_option`
  • Loading branch information
nickelc authored and djc committed Mar 24, 2022
1 parent 6471b36 commit a6bf842
Show file tree
Hide file tree
Showing 2 changed files with 633 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -23,6 +23,7 @@ Versions with only mechanical changes will be omitted from the following list.
* Fix `duration_round` panic on rounding by `Duration::zero()` (#658)
* Add optional rkyv support.
* Add support for microseconds timestamps serde serialization for `NaiveDateTime`.
* Add support for optional timestamps serde serialization for `NaiveDateTime`.

## 0.4.19

Expand Down

0 comments on commit a6bf842

Please sign in to comment.