LibTimeZone: Update to TZDB version 2022a

https://mm.icann.org/pipermail/tz-announce/2022-March/000070.html
This commit is contained in:
Timothy Flynn 2022-03-17 11:51:28 -04:00 committed by Linus Groh
parent a95794a356
commit c0dd188c4d

View file

@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
set(TZDB_PATH "${CMAKE_BINARY_DIR}/TZDB" CACHE PATH "Download location for TZDB files")
set(TZDB_VERSION 2021e)
set(TZDB_VERSION 2022a)
set(TZDB_VERSION_FILE "${TZDB_PATH}/version.txt")
set(TZDB_ZIP_URL "https://data.iana.org/time-zones/releases/tzdata${TZDB_VERSION}.tar.gz")