DO NOT MERGE Update Android TZDB from 2022d to 2022e. [R]

Notes for Android time zone maintainers:
Like all tzdb updates, the binary files in this commit should not be
patched to other release branches: they are not guaranteed to work.
Also note that there are associated changes in external/icu and often
others that should also be applied.  tzdb updates are incremental
changes: all previous tzdb updates should be applied.  Look for
aosp/<release>-dev changes for backports. If you have a local branch
with ICU changes the ICU .dat file in external/icu will not apply
cleanly.  Instead, make equivalent changes to text files and run
system/timezone/update-tzdata.py.

-------------

IANA release 2022e notes:
  Briefly:
    Jordan and Syria switch from +02/+03 with DST to year-round +03.

Bug: 253590160

Test: CtsLibcoreTestCases
Test: CtsLibcoreOjTestCases
Test: CtsIcuTestCases
Test: CtsBionicTestCases
Test: CtsTextTestCases
Test: "adb shell dumpsys runtime" reports 2022e
Test: "TZ=Asia/Amman date -d @1666908000" prints "Fri Oct 28 01:00:00 +03 2022"
Test: "TZ=Asia/Amman date -d @1666907999" prints "Fri Oct 28 00:59:59 EEST 2022"
Test: "TZ=Asia/Damascus date -d @1666908000" prints "Fri Oct 28 01:00:00 +03 2022"
Test: "TZ=Asia/Damascus date -d @1666907999" prints "Fri Oct 28 00:59:59 +03 2022"
Test: 1666908000 - is 27 Oct 2022 22:00 GMT, date when transition
Test: happened according to the old rules.
Test: For both countries time zone picker tells that no transition
Test: will occur.

Change-Id: I07843595cd7db241235ffff437ff917efa3beffd
Merged-In: I07843595cd7db241235ffff437ff917efa3beffd
18 files changed