pub fn parse_tz_offset(s: &str) -> Result<FixedOffset>Expand description
Parse a timezone offset string like “+02:00” or “-05:00” into FixedOffset.
pub fn parse_tz_offset(s: &str) -> Result<FixedOffset>Parse a timezone offset string like “+02:00” or “-05:00” into FixedOffset.