You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I18N: Update list of continents and cities for the timezone selection.
Based on a two-way comparison between the available timezone city names in PHP 5.6.20 and PHP 8.2.0.
Lists of available timezone names retrieved using the PHP `timezone_identifiers_list()` function.
See: https://3v4l.org/ro1vY/rfc#vgit.master
Note: both spellings of `Kiev`/`Kyiv` need to be in the list to allow it to work PHP cross-version.
The "old" version - `Kiev` - will be used as the basis to find the localized name for the timezone drop down lists on PHP 5.6 - 8.1, while the corrected spelling - `Kyiv` - will be used when to find the localized name for the timezone drop down lists on PHP 8.2 and up.
Previous: Trac#52861 / [50555].
0 commit comments