Function polars::prelude::dst_offset
source ยท pub fn dst_offset(
ca: &Logical<DatetimeType, Int64Type>,
time_unit: &TimeUnit,
time_zone: &Tz
) -> Logical<DurationType, Int64Type>
Available on crate features
temporal
and timezones
only.