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
12.1.2 IsBuiltinCalendar ( id )
Should calendar ids be case-normalised? For example time zones names are case-normalised and UTS-35 also ignores casing.
Calendar identifiers are currently neither case-normalised nor canonicalised. For example "ISO8601" is currently spec'ed to throw an error:
The proposal-intl-enumeration issue was rejected, so I'll pursue that as an editorial ECMA-402 pull request once proposal-intl-enumeration reaches stage 4. With #2395 closed, I think that's the only remaining work to be done, and it's independent of Temporal.
From #1502
Calendar identifiers are currently neither case-normalised nor canonicalised. For example
"ISO8601"
is currently spec'ed to throw an error:Time zone identifiers are both case-normalised and canonicalised:
And ECMA-402 also applies case-normalisation and canonicalisation for calendars:
The text was updated successfully, but these errors were encountered: