pub fn now() -> Result<u64, Error>
Returns the current time as seconds since the epoch.
Returns Error if the system time is before the epoch.
Error