summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2023-04-06 11:43:05 -0400
committerLinus Groh <mail@linusgroh.de>2023-04-07 20:52:01 +0200
commit44cf92616e59bda951b67cdae78a6361bdd76f7a (patch)
tree79438c3a3752927dbd6c09c945b1f3f84049dcb9
parenta8fce9eec2b5129fad71edbdf271838326543e7f (diff)
downloadserenity-44cf92616e59bda951b67cdae78a6361bdd76f7a.zip
LibTimeZone: Update to TZDB version 2023c
https://mm.icann.org/pipermail/tz-announce/2023-March/000079.html
-rw-r--r--Meta/CMake/time_zone_data.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/CMake/time_zone_data.cmake b/Meta/CMake/time_zone_data.cmake
index 73f1c28a80..253d31d4e3 100644
--- a/Meta/CMake/time_zone_data.cmake
+++ b/Meta/CMake/time_zone_data.cmake
@@ -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 2023b)
+set(TZDB_VERSION 2023c)
set(TZDB_VERSION_FILE "${TZDB_PATH}/version.txt")
set(TZDB_ZIP_URL "https://data.iana.org/time-zones/releases/tzdata${TZDB_VERSION}.tar.gz")