UtcInstant

Type Alias UtcInstant 

Source
pub type UtcInstant = Instant<UtcTimeline>;
Expand description

A UTC timestamp, measured in nanoseconds since Jan 1 1970.

Aliased Typeยง

pub struct UtcInstant(/* private fields */);