Expand description
Utilities to deal with date-time types. (DateTime, Instant, SystemTime, etc)
Structs§
- Parse
Unix Timestamp Error - An error returned from parsing
UnixTimestamp. - Unix
Timestamp - A unix timestamp (full seconds elapsed since 1970-01-01 00:00 UTC).
Functions§
- chrono_
to_ positive_ millis - Returns the positive number of milliseconds contained by this
Durationasf64. - duration_
to_ millis - Returns the number of milliseconds contained by this
Durationasf64. - instant_
to_ system_ time - Converts an
Instantinto aSystemTime.