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
bug symfony#61426 [Intl] Take timezoneTypes’ ianaMap into account (MatTheCat)
This PR was submitted for the 7.4 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[Intl] Take timezoneTypes’ ianaMap into account
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | yes
| New feature? | yes
| Deprecations? | no
| Issues | Fixsymfony#61289
| License | MIT
Timezones name are CLDR canonical’s which “[are] based on very old version of the time zone database” ([source](https://github.com/unicode-org/icu/blob/3a66f8c5fecfc3f0ee427c12b90966bac1b02d92/icu4c/source/i18n/unicode/ucal.h#L1398)). This means that IANA canonical timezones won’t appear if they changed, so this PR adds them.
~EDIT: I see tests run against ICU 76.1; should I update everything to 77.1?~
Commits
-------
3ed85ef [Intl] Take timezoneTypes’ ianaMap into account
0 commit comments