CurrentTimestamp

Function CurrentTimestamp 

Source
pub fn CurrentTimestamp() -> u64
Expand description

Get current timestamp in milliseconds since UNIX epoch

Returns the number of milliseconds since January 1, 1970 00:00:00 UTC. Returns 0 if the system time is not available or is before the epoch.