LibTimeZone: Update to TZDB version 2022c

https://mm.icann.org/pipermail/tz-announce/2022-August/000072.html
This commit is contained in:
Timothy Flynn 2022-08-23 09:18:06 -04:00 committed by Linus Groh
parent 93cf7d42d9
commit 00470ee59a
Notes: sideshowbarker 2024-07-17 07:52:29 +09:00

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 2022b)
set(TZDB_VERSION 2022c)
set(TZDB_VERSION_FILE "${TZDB_PATH}/version.txt")
set(TZDB_ZIP_URL "https://data.iana.org/time-zones/releases/tzdata${TZDB_VERSION}.tar.gz")