Function now

Source
pub fn now() -> Result<u64, Error>
Expand description

Returns the current time as seconds since the epoch.

ยงErrors

Returns Error if the system time is before the epoch.