From 44cf92616e59bda951b67cdae78a6361bdd76f7a Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 6 Apr 2023 11:43:05 -0400 Subject: [PATCH] LibTimeZone: Update to TZDB version 2023c https://mm.icann.org/pipermail/tz-announce/2023-March/000079.html --- Meta/CMake/time_zone_data.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")