unicode-org / icu4x

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

Support loading more tz data #5131

Closed sffc closed 3 days ago

sffc commented 4 days ago

1317

This PR doesn't do a lot on its own but it's a step toward full time zone formatting. It plugs into the pre-existing time zone formatting code for the first time, and it integrates the time zone data structs with DateTimeNames. I also reworked that struct a little and got the stack size a few bytes smaller, even for non-time-zone types.