pub type UnixTimestamp = i64;
Expand description
Unix Timestamp is represented as number of seconds passed since Unix epoch (00:00:00 UTC on 1 Jan 1970). It is a signed integer because it’s the standard in Unix systems and allows easier time difference.