referrerpolicy=no-referrer-when-downgrade
node_primitives

Type Alias Timestamp

Source
pub type Timestamp = u64;
Expand description

A timestamp: milliseconds since the unix epoch. u64 is enough to represent a duration of half a billion years, when the time scale is milliseconds.