Explorar o código

LibTimeZone: Update to TZDB version 2023b

https://mm.icann.org/pipermail/tz-announce/2023-March/000078.html
Timothy Flynn %!s(int64=2) %!d(string=hai) anos
pai
achega
04b51e39d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Meta/CMake/time_zone_data.cmake

+ 1 - 1
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")