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

LibTimeZone: Update to TZDB version 2024a

https://mm.icann.org/pipermail/tz-announce/2024-February/000081.html
This commit is contained in:
Timothy Flynn 2024-02-03 14:16:38 -05:00 committed by Andreas Kling
parent f30fd78d8d
commit 3bf90fdab1
2 changed files with 2 additions and 2 deletions

View file

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