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

Provide list of available named time zones #3970

Closed
hsivonen opened this issue Aug 30, 2023 · 3 comments · Fixed by #5926
Closed

Provide list of available named time zones #3970

hsivonen opened this issue Aug 30, 2023 · 3 comments · Fixed by #5926
Assignees
Labels
C-datetime Component: datetime, calendars, time zones needs-approval One or more stakeholders need to approve proposal U-ecma402 User: ECMA-402 compatibility U-temporal User: Temporal and V8

Comments

@hsivonen
Copy link
Member

Temporal requires the operation AvailableNamedTimeZoneIdentifiers, which enumerates the non-primary and primary (IANA) named time zones and also gives the primary name for each one.

For Temporal compat, ICU4X should provide this list.

@hsivonen hsivonen added C-datetime Component: datetime, calendars, time zones U-temporal User: Temporal and V8 labels Aug 30, 2023
@hsivonen
Copy link
Member Author

Unclear how well this is covered by #2909.

@hsivonen hsivonen added the U-ecma402 User: ECMA-402 compatibility label Aug 31, 2023
@hsivonen
Copy link
Member Author

ECMA-402 canonical time zone abstract operations could be implemented on top of this list.

@sffc sffc added the needs-approval One or more stakeholders need to approve proposal label Sep 21, 2023
@sffc
Copy link
Member

sffc commented Sep 21, 2023

@sffc to reply here with a design and then mark as good first issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-datetime Component: datetime, calendars, time zones needs-approval One or more stakeholders need to approve proposal U-ecma402 User: ECMA-402 compatibility U-temporal User: Temporal and V8
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants