1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 19:17:44 +00:00

LibTimeZone: Update to TZDB version 2023d

https://mm.icann.org/pipermail/tz-announce/2023-December/000080.html
This commit is contained in:
Timothy Flynn 2023-12-23 11:01:52 -05:00 committed by Andreas Kling
parent 80359517bd
commit 697bb27c97
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ tzdb_cache = cache_path + "TZDB/"
if (enable_timezone_database_download) {
download_file("timezone_database_download") {
version = "2023c"
version = "2023d"
url =
"https://data.iana.org/time-zones/releases/tzdata" + version + ".tar.gz"
cache = tzdb_cache