LibTimeZone: Update to TZDB version 2022g

https://mm.icann.org/pipermail/tz-announce/2022-November/000076.html
This commit is contained in:
Timothy Flynn 2022-12-13 10:44:40 -05:00 committed by Tim Flynn
parent c7f8d74c1c
commit bb6a84cc85
Notes: sideshowbarker 2024-07-17 03:19:15 +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 2022f)
set(TZDB_VERSION 2022g)
set(TZDB_VERSION_FILE "${TZDB_PATH}/version.txt")
set(TZDB_ZIP_URL "https://data.iana.org/time-zones/releases/tzdata${TZDB_VERSION}.tar.gz")