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.