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.
pub fn parse_offset_tz(timezone: &str) -> PolarsResult<Tz>
chrono-tz
only.Parses value
to a chrono_tz::Tz
with the Arrow’s definition of timestamp with a timezone.