logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 2b6e80eef669cd991bbc784248e7d25dea5f21a6
parent 57ef73a90f4a65b5de3762048284ba38f3227653
Author: hovercats <hovercatswithlasereyes@protonmail.com>
Date:   Mon, 30 Sep 2024 12:06:48 +0200

tz: 2025a

Diffstat:

Mpkg/tz/data.lua12------------
Mpkg/tz/ver2+-
Mpkg/tz/version.h2+-
3 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/pkg/tz/data.lua b/pkg/tz/data.lua @@ -72,7 +72,6 @@ return { ["Indian/Maldives"]=false, ["Asia/Hovd"]=false, ["Asia/Ulaanbaatar"]=false, - ["Asia/Choibalsan"]=false, ["Asia/Kathmandu"]=false, ["Asia/Karachi"]=false, ["Asia/Gaza"]=false, @@ -135,10 +134,6 @@ return { europe={ ["Europe/London"]=false, ["Europe/Dublin"]=false, - ["WET"]=false, - ["CET"]=false, - ["MET"]=false, - ["EET"]=false, ["Europe/Tirane"]=false, ["Europe/Andorra"]=false, ["Europe/Vienna"]=false, @@ -204,13 +199,6 @@ return { ["Europe/Kyiv"]=false, }, northamerica={ - ["EST"]=false, - ["MST"]=false, - ["HST"]=false, - ["EST5EDT"]=false, - ["CST6CDT"]=false, - ["MST7MDT"]=false, - ["PST8PDT"]=false, ["America/New_York"]=false, ["America/Chicago"]=false, ["America/North_Dakota/Center"]=false, diff --git a/pkg/tz/ver b/pkg/tz/ver @@ -1 +1 @@ -2024a r0 +2025a r0 diff --git a/pkg/tz/version.h b/pkg/tz/version.h @@ -1,3 +1,3 @@ static char const PKGVERSION[]="(tzcode) "; -static char const TZVERSION[]="2024a"; +static char const TZVERSION[]="2025a"; static char const REPORT_BUGS_TO[]="tz@iana.org";