unicode-org / icu4x

Solving i18n for client-side and resource-constrained environments.
https://icu4x.unicode.org
Other
1.38k stars 178 forks source link

Remove or implement unsupported datetime fields #5780

Closed robertbastian closed 2 weeks ago

robertbastian commented 2 weeks ago

https://github.com/unicode-org/icu4x/issues/4336

This implements Second::MillisInDay, Day::DayOfYear, and removes Day::ModifiedJulianDay, Year::WeekOf, Week::WeekOfYear, and Week::WeekOfMonth. I've taken care to not delete fixtures.

This should be reviewed commit-by-commit.

Manishearth commented 2 weeks ago

I'll have a look after Shane has had an opinion

sffc commented 2 weeks ago

I turned on the "Rebase and merge" button.