diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-03-17 11:51:28 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-03-17 16:38:33 +0000 |
commit | c0dd188c4defcba2dcae1b14510d494331134e90 (patch) | |
tree | 9c4833fcf275041029d67cfa6881c5cdb8f0e8a1 /Meta | |
parent | a95794a35624e48a2bc4357a6c47da09801355b1 (diff) | |
download | serenity-c0dd188c4defcba2dcae1b14510d494331134e90.zip |
LibTimeZone: Update to TZDB version 2022a
https://mm.icann.org/pipermail/tz-announce/2022-March/000070.html
Diffstat (limited to 'Meta')
-rw-r--r-- | Meta/CMake/time_zone_data.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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") |