Skip to main content

resolve_timezone

Function resolve_timezone 

Source
pub fn resolve_timezone(zone: &str) -> Result<TimeZone>
Expand description

Accepts IANA names, Z, UTC, and ISO-8601 fixed offsets; rejects POSIX UTC+5 shorthand (sign-inverted in POSIX, ambiguous in practice).