snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit d78bd5a4f98fab9c7eb82837b0d783cdd28d00ca
parent f1f288699805b13bcd8f296667923ae5d2ae45ed
Author: default <nobody@localhost>
Date:   Sun, 13 Apr 2025 09:51:44 +0200

Added more timezones.

Diffstat:
Mxs_time.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/xs_time.h b/xs_time.h @@ -145,7 +145,9 @@ struct { { "GMT-13", 13 }, { "GMT-14", 14 }, { "GMT-15", 15 }, + { "WET", 0 }, { "CET", -1 }, + { "AST", -4 }, { "CST", -6 }, { "MST", -7 }, { "PST", -8 },