pub trait Clock: Send + Sync { // Required method fn now(&self) -> DateTime<Utc>; }
Source of wall-clock time.
Returns the current UTC time.