chronotope / chrono-tz

TimeZone implementations for rust-chrono from the IANA database
Other
235 stars 56 forks source link

Never strip `GMT` and `UTC` time zones #163

Closed pitdicker closed 6 months ago

pitdicker commented 6 months ago

The UTC time zone is needed for TZ::default(). And those two zones are generally expected to always exist.

Fixes #148.