-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[Intl] Take timezoneTypes’ ianaMap into account #61426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
i'd do the icu update first yes for this PR it will also impact the timezone form type, but i dont think it matters much |
7052d36 to
03d78ca
Compare
|
My mistake, data were updated by #60157; I needed to order the test’s zones and update the timezone <=> country mapping. Should be good now. |
03d78ca to
61b8765
Compare
nicolas-grekas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm just wondering: shouldn't we merge this to 6.4?
|
Given that we update the ICU data in the LTS version, fixes to the data generator should indeed be merged in 6.4, otherwise the next update will still use the old data generator (until the EOL of 6.4) |
61b8765 to
3ed85ef
Compare
|
Thank you @MatTheCat. |
Timezones name are CLDR canonical’s which “[are] based on very old version of the time zone database” (source). 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?