Page MenuHomePhorge

Update external timezone information
ClosedPublic

Authored by aklapper on Jan 27 2024, 08:33.
Tags
None
Referenced Files
F3339479: D25529.1743620284.diff
Tue, Apr 1, 18:58
F3338293: D25529.1743602226.diff
Tue, Apr 1, 13:57
F3331732: D25529.1743511912.diff
Mon, Mar 31, 12:51
F3328937: D25529.1743466233.diff
Mon, Mar 31, 00:10
F3328360: D25529.1743455149.diff
Sun, Mar 30, 21:05
F3325235: D25529.1743410740.diff
Sun, Mar 30, 08:45
F3318408: D25529.1743282205.diff
Fri, Mar 28, 21:03
F3313323: D25529.1743216528.diff
Fri, Mar 28, 02:48

Details

Summary

Update the list of timezones from 2016 by pulling from CLDR upstream (revision 57c1f4c from 2024-01-11) located at https://github.com/unicode-org/cldr/blob/main/common/supplemental/windowsZones.xml

Closes T15727

Test Plan

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I admit I did not test what happens when setting a (deprecated) timezone in Phorge to be removed by this patch, and then applying this patch.

This revision is now accepted and ready to land.Jan 27 2024, 10:19

I admit I did not test what happens when setting a (deprecated) timezone in Phorge to be removed by this patch, and then applying this patch.

Answering to myself: This is just a mapping. Even though the "old" version from 2016 still contained "Pacific/Johnston", that item was not listed as an option anyway on http://phorge.localhost/settings/panel/datetime/ before applying this patch on my system (due to a recent tzdata system package used by PHP).

This revision was automatically updated to reflect the committed changes.