1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:17:44 +00:00

LibTimeZone: Update to TZDB version 2022b

https://mm.icann.org/pipermail/tz-announce/2022-August/000071.html
This commit is contained in:
Timothy Flynn 2022-08-11 09:12:40 -04:00 committed by Brian Gianforcaro
parent c90cf67dc6
commit d54e3a1cc0

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_PATH "${CMAKE_BINARY_DIR}/TZDB" CACHE PATH "Download location for TZDB files")
set(TZDB_VERSION 2022a) set(TZDB_VERSION 2022b)
set(TZDB_VERSION_FILE "${TZDB_PATH}/version.txt") set(TZDB_VERSION_FILE "${TZDB_PATH}/version.txt")
set(TZDB_ZIP_URL "https://data.iana.org/time-zones/releases/tzdata${TZDB_VERSION}.tar.gz") set(TZDB_ZIP_URL "https://data.iana.org/time-zones/releases/tzdata${TZDB_VERSION}.tar.gz")