LibTimeZone: Update to TZDB version 2023b

https://mm.icann.org/pipermail/tz-announce/2023-March/000078.html
This commit is contained in:
Timothy Flynn 2023-03-26 10:30:03 -04:00 committed by Linus Groh
parent b3d033f027
commit 04b51e39d6
Notes: sideshowbarker 2024-07-17 04:34:25 +09:00

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