Type Definition tidefi_primitives::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.