]> granicus.if.org Git - mutt/commitdiff
SeokChan LEE <bofh@nuri.net> says KST has a nine hour offset from GMT.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 9 Nov 1998 10:53:16 +0000 (10:53 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 9 Nov 1998 10:53:16 +0000 (10:53 +0000)
parse.c

diff --git a/parse.c b/parse.c
index 2e9994ac7242961db82b086b0eef27b5ef193b0d..4c4ed8f67cb6a8cc36cc0e7c33d001e65c2ab329 100644 (file)
--- 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 }