pub trait TimeTrait: Send + Sync { // Required method fn now(&self) -> u64; }
Returns the current time in milliseconds since the Unix epoch.