Function polars_arrow::temporal_conversions::parse_offset_tz
source · pub fn parse_offset_tz(timezone: &str) -> PolarsResult<Tz>
Available on crate feature
chrono-tz
only.Expand description
Parses value
to a chrono_tz::Tz
with the Arrow’s definition of timestamp with a timezone.