Trait time_tz::OffsetDateTimeExt
source · [−]pub trait OffsetDateTimeExt: OffsetDateTimeExt {
fn to_timezone<T: TimeZone>(&self, tz: &T) -> OffsetDateTime;
}Required Methods
fn to_timezone<T: TimeZone>(&self, tz: &T) -> OffsetDateTime
fn to_timezone<T: TimeZone>(&self, tz: &T) -> OffsetDateTime
Converts this OffsetDateTime to a different TimeZone.