pub trait PrimitiveDateTimeExt {
    fn assume_timezone<T: TimeZone>(&self, tz: &T) -> OffsetDateTime;
}

Required methods

Implementations on Foreign Types

Implementors