pub trait Clock: Sync { // Required method fn now(&self) -> DateTime<Utc>; }
Represents a clock which can give the current date and time
Get the current date and time