Page MenuHomePhorge

Update external timezone information
ClosedPublic

Authored by aklapper on Jan 27 2024, 08:33.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 03:31
Unknown Object (File)
Sat, Apr 27, 03:31
Unknown Object (File)
Sat, Apr 27, 03:30
Unknown Object (File)
Thu, Apr 25, 22:41
Unknown Object (File)
Wed, Apr 17, 18:22
Unknown Object (File)
Wed, Apr 17, 06:56
Unknown Object (File)
Thu, Apr 4, 01:41
Unknown Object (File)
Thu, Apr 4, 01:34

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.