pub trait UnixTime { fn now() -> Duration; }
Trait to deal with unix time.
Return duration since SystemTime::UNIX_EPOCH.
SystemTime::UNIX_EPOCH