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

Required methods

Implementations on Foreign Types

Implementors