Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for microseconds & optional timestamps serde serialization for NaiveDateTime #664

Merged
merged 2 commits into from Mar 24, 2022
Merged

Add support for microseconds & optional timestamps serde serialization for NaiveDateTime #664

merged 2 commits into from Mar 24, 2022

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    3d2fcf5 View commit details
    Browse the repository at this point in the history
  2. feat(naive): add serde modules for optional timestamps

    - `naive::serde::ts_nanoseconds_option`
    - `naive::serde::ts_microseconds_option`
    - `naive::serde::ts_milliseconds_option`
    - `naive::serde::ts_seconds_option`
    nickelc committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    f6a9bf8 View commit details
    Browse the repository at this point in the history