fn parse_fixed_offset(tz: &str) -> Option<FixedOffset>
Expand description
Parses a fixed offset of the form “+09:00”, “-09” or “+0930”
fn parse_fixed_offset(tz: &str) -> Option<FixedOffset>
Parses a fixed offset of the form “+09:00”, “-09” or “+0930”