From c0dd188c4defcba2dcae1b14510d494331134e90 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 17 Mar 2022 11:51:28 -0400 Subject: [PATCH] LibTimeZone: Update to TZDB version 2022a https://mm.icann.org/pipermail/tz-announce/2022-March/000070.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 e252d96466..032aad100d 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 "${CMAKE_BINARY_DIR}/TZDB" CACHE PATH "Download location for TZDB files") -set(TZDB_VERSION 2021e) +set(TZDB_VERSION 2022a) set(TZDB_VERSION_FILE "${TZDB_PATH}/version.txt") set(TZDB_ZIP_URL "https://data.iana.org/time-zones/releases/tzdata${TZDB_VERSION}.tar.gz")