pub type UtcInstant = Instant<UtcTimeline>;
Expand description
A UTC timestamp, measured in nanoseconds since Jan 1 1970.
Aliased Typeยง
struct UtcInstant(/* private fields */);
pub type UtcInstant = Instant<UtcTimeline>;
A UTC timestamp, measured in nanoseconds since Jan 1 1970.
struct UtcInstant(/* private fields */);