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

Required Methods

Converts this OffsetDateTime to a different TimeZone.

Implementations on Foreign Types

Implementors