fn special_time_zone(name: &str) -> Option<TimeZone>
Expand description
Checks if name
is a “special” time zone and returns one if so.
This is limited to special constants that should have consistent values
across time zone database implementations. For example, UTC
.