summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2023-03-26 10:30:03 -0400
committerLinus Groh <mail@linusgroh.de>2023-03-26 15:43:40 +0100
commit04b51e39d6c3bd118e68e87801a6f9392309a24c (patch)
tree97b958969c597f695cc6a959bea4bb5b66c1d10b /Meta
parentb3d033f027fd1b3445e584de55956762e2be97c7 (diff)
downloadserenity-04b51e39d6c3bd118e68e87801a6f9392309a24c.zip
LibTimeZone: Update to TZDB version 2023b
https://mm.icann.org/pipermail/tz-announce/2023-March/000078.html
Diffstat (limited to 'Meta')
-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 d3ed1b6c56..73f1c28a80 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 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")