tc39 / proposal-intl-displaynames-v2

Intl DisplayNames API V2
https://tc39.es/proposal-intl-displaynames-v2/
MIT License
23 stars 3 forks source link

Should calendar eras be included in this proposal? #17

Closed justingrant closed 3 years ago

justingrant commented 3 years ago

Calendar eras (e.g. B.C., Reiwa) have names. Should they be supported by this proposal?

If yes, then make sure to handle the case of Japanese eras which don't start on an even year boundary. For example: the current Reiwa era began on 2019-05-01. Note that this is a similar case to Adar vs. Adar II-- there's more than one primitive value that's needed to determine the proper name of the thing.

FrankYFTang commented 3 years ago

Per ECMA402 Jan 2021 meeting decision, we will keep only "unit" and "calendar" in the v2 spec. All other date/time related will be addressed by Temporal spec