Type Alias Timestamp

Source
pub type Timestamp = u64;
Expand description

A Timestamp is a 64-bit unsigned integer, that is, a natural number between zero (inclusive) and 2^64 (exclusive). Timestamps are to be interpreted as a time in microseconds since the Unix epoch.

Definition.