snac2

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

commit 7349c626cfd66d0b7f4bff1c4bb698adbf291ecb
parent 8fc6c0363a3e3fb3bb26e3e7f889f07ef1e8cb0b
Author: default <nobody@localhost>
Date:   Sun, 13 Apr 2025 16:17:19 +0200

Updated timezones.

Diffstat:
Mxs_time.h | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/xs_time.h b/xs_time.h @@ -138,7 +138,9 @@ struct { { "China Time Zone", 8 }, { "IST (Israel Standard Time)", 2 }, { "IDT (Israel Daylight Standard Time)", 3 }, - { "WITA (Western Indonesia Time)", 8 }, + { "WIB (Western Indonesia Time)", 7 }, + { "WITA (Central Indonesia Time)", 8 }, + { "WIT (Eastern Indonesia Time)", 9 }, { "AWST (Australian Western Time)", 8 }, { "ACST (Australian Eastern Time)", 9.5 }, { "ACDT (Australian Daylight Eastern Time)", 10.5 },