-
Notifications
You must be signed in to change notification settings - Fork 382
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
CLDR-17111 Deprecate old style zone IDs (e.g. EST5EDT, EET) #3754
CLDR-17111 Deprecate old style zone IDs (e.g. EST5EDT, EET) #3754
Conversation
The changes look fine. All changes are aligned to what IANA TZ database maintainer agreed with. For ICU testing - we'll find out if there are any changes required on ICU side after this is merged. I don't think CLDR test fails with this change. |
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.
Confirmed all changes are aligned to what IANA TZ database maintainer agreed with.
Great! Glad we were able to resolve this upstream. Easier for everyone.
Yep, fixing the CLDR tests was thankfully easy: it only required adding EST5EDT, etc. zones to the deprecated-zone exception list in TestLocale.java. I can confirm that tests failed before this test-code change and passed afterwards. |
@justingrant Are you waiting for someone to merge this? There is an issues in this PR. First, you have a commit with a comment not starting with If you are not able to do this, I can create a separate PR and merge it. I cannot modify the branch, so that's only the solution if you're not going to correct PR issues and merge it. |
ab9265d
to
ce5862e
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
* Following upstream IANA changes, deprecate old IDs like EST5EDT and EET, and make them aliases. Mappings are updated to match these IANA commits: eggert/tz@782d082 eggert/tz@a0b09c0 * Fix timezone tests to handle newly-deprecated zones est5edt, cst6cdt, mst7mdt, and pst8pdt.
ce5862e
to
0419798
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
Yep! Also, I don't have permissions to run the GH build and test actions so someone will need to run those.
Fixed!
Sqaushed and rebased to main. Let me know if there's anything more that I need to do. Thanks @yumaoka! |
CLDR-17111
ALLOW_MANY_COMMITS=true
This PR revises changes from #3736 (cc @yumaoka) to align CLDR's aliases for recently deprecated zones to match IANA's Link=>Zone mappings in the following recent commits:
eggert/tz@782d082
eggert/tz@a0b09c0
It also fixes tests broken by these deprecations.