Expand description
Serialization/Deserialization of NaiveDateTime
in alternate formats
The various modules in here are intended to be used with serde’s with
annotation to
serialize as something other than the default ISO 8601 format.
Modules§
- Used to serialize/deserialize from microsecond-precision timestamps
- Ser/de to/from optional timestamps in microseconds
- Used to serialize/deserialize from millisecond-precision timestamps
- Ser/de to/from optional timestamps in milliseconds
- Used to serialize/deserialize from nanosecond-precision timestamps
- Ser/de to/from optional timestamps in nanoseconds
- Used to serialize/deserialize from second-precision timestamps
- Ser/de to/from optional timestamps in seconds