pub fn current_unix_timestamp() -> u64
Returns the current system time as a UNIX timestamp.
assert!(current_unix_timestamp() > 0);
This function panics if the call to get the system time fails.