[][src]Module chrono::serde

Serialization/Deserialization 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 RFC 3339 format.

Modules

ts_milliseconds

Ser/de to/from timestamps in milliseconds

ts_milliseconds_option

Ser/de to/from optional timestamps in milliseconds

ts_nanoseconds

Ser/de to/from timestamps in nanoseconds

ts_nanoseconds_option

Ser/de to/from optional timestamps in nanoseconds

ts_seconds

Ser/de to/from timestamps in seconds

ts_seconds_option

Ser/de to/from optional timestamps in seconds