[M106] Update ICU timezone db to IANA 2022e

This includes 2022d and 2022e (2022c didn't affect any timezone).
The corresponding ToT change is https://chromium-review.googlesource.com/c/chromium/deps/icu/+/3955162 .

* 2022d: https://mm.icann.org/pipermail/tz-announce/2022-September/000073.html

   - Palestine transitions are now Saturdays at 02:00.
   - 2022 falls back 10-29 at 02:00, not 10-28 at 01:00 )
   - Asia/Hebron and Asia/Gaza are affected.

   - Simplify three Ukraine zones into one.

* 2022e: https://mm.icann.org/pipermail/tz-announce/2022-October/000074.html

   Jordan and Syria switch from +02/+03 with DST to year-round +03.
   ( they will not fall back from +03 to +02 on 2022-10-28. )

   Asia/Amman and Asia/Damascus are affected.

* Tests for 2022d

new Date(Date.UTC(2022,9,27,12)).toLocaleString("en", {timeZone: "Asia/Gaza"})
new Date(Date.UTC(2022,9,28,12)).toLocaleString("en", {timeZone: "Asia/Gaza"})
new Date(Date.UTC(2022,9,29,12)).toLocaleString("en", {timeZone: "Asia/Gaza"})
new Date(Date.UTC(2022,9,27,12)).toLocaleString("en", {timeZone: "Asia/Hebron"})
new Date(Date.UTC(2022,9,28,12)).toLocaleString("en", {timeZone: "Asia/Hebron"})
new Date(Date.UTC(2022,9,29,12)).toLocaleString("en", {timeZone: "Asia/Hebron"})

    Before                      After
"10/27/2022, 3:00:00 PM"   "10/27/2022, 3:00:00 PM"
"10/28/2022, 2:00:00 PM"   "10/28/2022, 3:00:00 PM"
"10/29/2022, 2:00:00 PM"   "10/29/2022, 2:00:00 PM"
"10/27/2022, 3:00:00 PM"   "10/27/2022, 3:00:00 PM"
"10/28/2022, 2:00:00 PM"   "10/28/2022, 3:00:00 PM"
"10/29/2022, 2:00:00 PM"   "10/29/2022, 2:00:00 PM"

* Tests for 2022e

new Date(Date.UTC(2022,9,27,12)).toLocaleString("en", {timeZone: "Asia/Damascus"})
new Date(Date.UTC(2022,9,28,12)).toLocaleString("en", {timeZone: "Asia/Damascus"})
new Date(Date.UTC(2022,9,27,12)).toLocaleString("en", {timeZone: "Asia/Amman"})
new Date(Date.UTC(2022,9,28,12)).toLocaleString("en", {timeZone: "Asia/Amman"})

      Before                    After
"10/27/2022, 3:00:00 PM"   "10/27/2022, 3:00:00 PM"
"10/28/2022, 2:00:00 PM"   "10/28/2022, 3:00:00 PM"
"10/27/2022, 3:00:00 PM"   "10/27/2022, 3:00:00 PM"
"10/28/2022, 2:00:00 PM"   "10/28/2022, 3:00:00 PM"

Bug: 1373670
Test: See above
Change-Id: Ib67982dd075cf93ce2f178bc33e763795ccb2868
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/deps/icu/+/3957321
Owners-Override: Srinivas Sista <srinivassista@chromium.org>
Reviewed-by: Srinivas Sista <srinivassista@chromium.org>
13 files changed