pub trait Clock: Send + Sync { // Required method fn now_secs(&self) -> i64; }
Source of the current Unix timestamp in seconds.