From: Thomas Roessler Date: Mon, 9 Nov 1998 10:53:16 +0000 (+0000) Subject: SeokChan LEE says KST has a nine hour offset from GMT. X-Git-Tag: mutt-0-94-16i-rel~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d030ae50b53604af61844de2f31f563410cac96b;p=mutt SeokChan LEE says KST has a nine hour offset from GMT. --- diff --git a/parse.c b/parse.c index 2e9994ac..4c4ed8f6 100644 --- a/parse.c +++ b/parse.c @@ -631,7 +631,7 @@ TimeZones[] = { "wst", 8, 0, 0, 0 }, /* Western Australia */ { "jst", 9, 0, 0, 0 }, /* Japan */ /*{ "cst", 9, 30, 0, 0 },*/ /* Australian Central Standard Time */ - { "kst", 10, 0, 0, 0 }, /* Korea */ + { "kst", 9, 0, 0, 0 }, /* Korea */ { "nzst", 12, 0, 0, 0 }, /* New Zealand */ { "nzdt", 13, 0, 0, 0 }, /* New Zealand DST */ { NULL, 0, 0, 0, 0 }