Skip to content
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

Feedback on ICU's new "get IANA ID" API #821

Closed
justingrant opened this issue Aug 7, 2023 · 3 comments
Closed

Feedback on ICU's new "get IANA ID" API #821

justingrant opened this issue Aug 7, 2023 · 3 comments
Labels
c: datetime Component: dates, times, timezones

Comments

@justingrant
Copy link
Contributor

justingrant commented Aug 7, 2023

FYI, there's a new proposed ICU API to provide the current IANA canonical ID for a time zone ID. See https://unicode-org.atlassian.net/browse/ICU-22452 for API details. The CLDR data to power this new API is in unicode-org/cldr#3105.

@anba @FrankYFTang @Constellation - does this API meet your needs for surfacing the current IANA ID?

Do we also need an enumeration API of IANA IDs to support Intl.supportedValuesOf('timeZone') ?

cc @yumaoka

@justingrant
Copy link
Contributor Author

Also cc @sffc

@anba
Copy link
Contributor

anba commented Aug 25, 2023

Do we also need an enumeration API of IANA IDs to support Intl.supportedValuesOf('timeZone') ?

Not necessarily needed, because we can just iterate over all IDs, including Link names, and then manually compute the list of IANA canonical IDs.

@sffc
Copy link
Contributor

sffc commented Dec 14, 2023

I believe this is in reference to #806. @FrankYFTang posted the API over in that issue: #806 (comment).

I don't think this issue is actionable for 402 purposes so I will close it.

@sffc sffc closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2023
@sffc sffc added the c: datetime Component: dates, times, timezones label Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: datetime Component: dates, times, timezones
Projects
None yet
Development

No branches or pull requests

3 participants