@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update external timezone information to IANA TZDB 2024a

Summary:
Update the list of timezones by pulling from CLDR upstream (revision `9d96f34` from 2024-02-08) located here:

https://github.com/unicode-org/cldr/blob/main/common/supplemental/windowsZones.xml

Permalink:

https://github.com/unicode-org/cldr/blob/9d96f340ab145003b3e6d12d95ffb16f19a8a529/common/supplemental/windowsZones.xml

Closes T15876

Test Plan:
* As an admin, go to http://phorge.localhost/config/edit/phabricator.timezone/ and change the default value.
* As a user, go to http://phorge.localhost/settings/panel/datetime/ and change the value in the `Timezone` dropdown.
* Run the `diff` command against

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: revi, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15876

Differential Revision: https://we.phorge.it/D25722

+4 -4
+4 -4
externals/cldr/cldr_windows_timezones.xml
··· 537 537 <!-- (UTC+05:00) Ashgabat, Tashkent --> 538 538 <mapZone other="West Asia Standard Time" territory="001" type="Asia/Tashkent"/> 539 539 <mapZone other="West Asia Standard Time" territory="AQ" type="Antarctica/Mawson"/> 540 - <mapZone other="West Asia Standard Time" territory="KZ" type="Asia/Oral Asia/Aqtau Asia/Aqtobe Asia/Atyrau"/> 540 + <!-- Microsoft may create a new zone dedicated for Almaty and Qostanay. --> 541 + <mapZone other="West Asia Standard Time" territory="KZ" type="Asia/Oral Asia/Almaty Asia/Aqtau Asia/Aqtobe Asia/Atyrau Asia/Qostanay"/> 541 542 <mapZone other="West Asia Standard Time" territory="MV" type="Indian/Maldives"/> 542 543 <mapZone other="West Asia Standard Time" territory="TF" type="Indian/Kerguelen"/> 543 544 <mapZone other="West Asia Standard Time" territory="TJ" type="Asia/Dushanbe"/> ··· 569 570 <mapZone other="Nepal Standard Time" territory="001" type="Asia/Katmandu"/> 570 571 <mapZone other="Nepal Standard Time" territory="NP" type="Asia/Katmandu"/> 571 572 572 - <!-- (UTC+06:00) Astana --> 573 - <mapZone other="Central Asia Standard Time" territory="001" type="Asia/Almaty"/> 573 + <!-- (UTC+06:00) Astana --> <!-- Microsoft probably keeps Central Asia Standard Time, but change Astana to something else. --> 574 + <mapZone other="Central Asia Standard Time" territory="001" type="Asia/Bishkek"/> 574 575 <mapZone other="Central Asia Standard Time" territory="AQ" type="Antarctica/Vostok"/> 575 576 <mapZone other="Central Asia Standard Time" territory="CN" type="Asia/Urumqi"/> 576 577 <mapZone other="Central Asia Standard Time" territory="IO" type="Indian/Chagos"/> 577 578 <mapZone other="Central Asia Standard Time" territory="KG" type="Asia/Bishkek"/> 578 - <mapZone other="Central Asia Standard Time" territory="KZ" type="Asia/Almaty Asia/Qostanay"/> 579 579 <mapZone other="Central Asia Standard Time" territory="ZZ" type="Etc/GMT-6"/> 580 580 581 581 <!-- (UTC+06:00) Dhaka -->