Function now

Source
pub fn now() -> u64
Expand description

Returns the current timestamp in seconds.

ยงPanics

This function should never panic unless the current timestamp from the time library is negative, which should never happen.