pub trait TimeProvider { fn now(&self) -> u64; }
Providing current time in seconds
Returns timestamp (in seconds since epoch)