Type Alias fuchsia_runtime::UtcInstant

source ·
pub type UtcInstant = Instant<UtcTimeline>;
Expand description

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

Aliased Type§

struct UtcInstant(/* private fields */);