icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Support leap months in `datetime`

Open atcupps opened this issue 2 years ago • 1 comments
trafficstars

Currently, #3760 supports leap months with a placeholder by writing (leap) before a leap month because the infrastructure to generate leap month data and include it in formatted datetimes does not exist. This is similar to but separate from #3761. I discussed this with @sffc and @Manishearth and they formed a plan to address this.

atcupps avatar Aug 02 '23 22:08 atcupps

Plan for this for 1.3 is to implement hardcoded mostly-correct behavior

https://github.com/unicode-org/icu4x/issues/3865#issuecomment-1692219467

Manishearth avatar Aug 24 '23 18:08 Manishearth

This is supported in neo.

Manishearth avatar Sep 13 '24 01:09 Manishearth