mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 14:28:30 +00:00
Update MODE=tiny time zone list (#1167)
I took one canonical IANA zone ID from each of the different colored regions in this article, except those that do not observe DST and do not have a Google office. See the "Time in Europe" Wikipedia article. As to which canonical ID to use, this was somewhat arbitrary. Brussels was obvious, as the de facto capital of the EU. For the rest, I mostly just went with lexicographic ordering of the most recognizable options. I've sorted the American zones. This Keeps the U.S. ones together but does everything alphabetically otherwise. I've added the remaining Canadian zones These have DST (and Newfoundland is off by a half- hour from a UTC interval) so they cannot use Etc/. The Pacific/ zones are sort of sorted. The Chathan Islands have been added. This is the last of the zones I believe with a non-integer hour offset from UTC.
This commit is contained in:
parent
2a1f352622
commit
317c8bc312
2 changed files with 41 additions and 51 deletions
13
third_party/tz/windows.py
vendored
13
third_party/tz/windows.py
vendored
|
@ -73,21 +73,10 @@ SUPPORTED = set((
|
|||
'Etc/GMT-8',
|
||||
'Etc/GMT-9',
|
||||
'Etc/UTC',
|
||||
'Europe/Berlin',
|
||||
'Europe/Brussels',
|
||||
'Europe/Budapest',
|
||||
'Europe/Bucharest',
|
||||
'Europe/Dublin',
|
||||
'Europe/Istanbul',
|
||||
'Europe/Kyiv',
|
||||
'Europe/London',
|
||||
'Europe/Madrid',
|
||||
'Europe/Moscow',
|
||||
'Europe/Paris',
|
||||
'Europe/Prague',
|
||||
'Europe/Rome',
|
||||
'Europe/Vienna',
|
||||
'Europe/Warsaw',
|
||||
'Europe/Zurich',
|
||||
'GMT',
|
||||
'HST',
|
||||
'MET',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue