pub trait Now { // Required method fn now(&self) -> Sec; }
Resource that has a time relative to an arbitrary moment.
Returns current the time.