pub type DateTime<Tz> = DateTime<Tz>;
Expand description
Combined date and time (with time zone) in RFC 3339 format.
Represents a description of an exact instant on the time-line (such as the instant that a user account was created).
DateTime
scalar compliant.
See also chrono::DateTime
for details.
Aliased Typeยง
struct DateTime<Tz> { /* private fields */ }