Page MenuHomePhorge

Update external timezone information
ClosedPublic

Authored by aklapper on Jan 27 2024, 08:33.
Tags
None
Referenced Files
F2936271: D25529.1737911679.diff
Sat, Jan 25, 17:14
F2903042: D25529.1737323034.diff
Sat, Jan 18, 21:43
F2903041: D25529.1737323033.diff
Sat, Jan 18, 21:43
F2902914: D25529.1737319278.diff
Sat, Jan 18, 20:41
F2902913: D25529.1737319015.diff
Sat, Jan 18, 20:36
F2896645: D25529.1737242548.diff
Fri, Jan 17, 23:22
F2896644: D25529.1737242535.diff
Fri, Jan 17, 23:22
F2896637: D25529.1737242505.diff
Fri, Jan 17, 23:21

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.