Commit cb81c9e
authored
Attempt to handle the "completely contained within" timezone rule (#629)
Fixes #627
This does two things:
- It starts including the `backzone` file, which fixes things like
Chuuk/Truk
- I'm including it unconditionally in zoneinfo_rs. I could instead
include it conditionally in datagen.rs as an additional thing we tack
on. Thoughts?
- It has hardcoded overrides for the three packrat timezones. These were
verified from
https://github.com/unicode-org/cldr/blob/main/common/bcp47/timezone.xml.1 parent 9d71d88 commit cb81c9e
12 files changed
Lines changed: 1940 additions & 520 deletions
File tree
- provider
- src
- data
- debug
- tzdb
- tools/bakeddata/src
- zoneinfo/src
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
0 commit comments