Type Definition node_primitives::Timestamp[][src]

type Timestamp = u64;

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.