pub trait TemporalExt<Tz: TimeZone = Utc>: Temporal {
    fn now() -> DateTime<Tz>;
}
Expand description

Interface extending the base features of Temporal

Required Methods

Implementors