Module date_time

Source
Expand description

DateTime types with specific serialization invariants.

Structs§

DateTime32
A date and time, represented by a 32-bit number of seconds since the UNIX epoch.
Duration32
An unsigned time duration, represented by a 32-bit number of seconds.