Expand description
Tools to help serializing/deserializing NaiveDateTime
s
Modules§
- ts_
microseconds - Used to serialize/deserialize from microsecond-precision timestamps
- ts_
microseconds_ option - Ser/de to/from optional timestamps in microseconds
- ts_
milliseconds - Used to serialize/deserialize from millisecond-precision timestamps
- ts_
milliseconds_ option - Ser/de to/from optional timestamps in milliseconds
- ts_
nanoseconds - Used to serialize/deserialize from nanosecond-precision timestamps
- ts_
nanoseconds_ option - Ser/de to/from optional timestamps in nanoseconds
- ts_
seconds - Used to serialize/deserialize from second-precision timestamps
- ts_
seconds_ option - Ser/de to/from optional timestamps in seconds