Commit ab6a579
committed
bug symfony#61426 [Intl] Take timezoneTypes’ ianaMap into account (MatTheCat)
This PR was submitted for the 7.4 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[Intl] Take timezoneTypes’ ianaMap into account
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | yes
| New feature? | yes
| Deprecations? | no
| Issues | Fix symfony#61289
| License | MIT
Timezones name are CLDR canonical’s which “[are] based on very old version of the time zone database” ([source](https://github.com/unicode-org/icu/blob/3a66f8c5fecfc3f0ee427c12b90966bac1b02d92/icu4c/source/i18n/unicode/ucal.h#L1398)). This means that IANA canonical timezones won’t appear if they changed, so this PR adds them.
~EDIT: I see tests run against ICU 76.1; should I update everything to 77.1?~
Commits
-------
3ed85ef [Intl] Take timezoneTypes’ ianaMap into accountFile tree
145 files changed
+2526
-4
lines changed- src/Symfony/Component/Intl
- Data/Generator
- Resources/data/timezones
- Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
145 files changed
+2526
-4
lines changedLines changed: 21 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
68 | 75 | | |
69 | | - | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
77 | 84 | | |
78 | 85 | | |
79 | 86 | | |
80 | | - | |
| 87 | + | |
81 | 88 | | |
82 | 89 | | |
83 | 90 | | |
| |||
222 | 229 | | |
223 | 230 | | |
224 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
225 | 236 | | |
226 | 237 | | |
227 | 238 | | |
| |||
242 | 253 | | |
243 | 254 | | |
244 | 255 | | |
245 | | - | |
| 256 | + | |
246 | 257 | | |
247 | 258 | | |
248 | 259 | | |
249 | 260 | | |
250 | 261 | | |
251 | 262 | | |
252 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
253 | 270 | | |
254 | 271 | | |
255 | 272 | | |
| |||
Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments