summaryrefslogtreecommitdiffstats
path: root/generic/tclGetDate.y
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2005-11-04 20:15:07 (GMT)
committerkennykb <kennykb@noemail.net>2005-11-04 20:15:07 (GMT)
commit2f864e810bb09bf84be547939dd56787640916c3 (patch)
tree8f10ab33e4108c7ae934958f6cd43aa11c106c18 /generic/tclGetDate.y
parent20d36e6203b9aa33849b33d98ed0b1ba21cc61fa (diff)
downloadtcl-2f864e810bb09bf84be547939dd56787640916c3.zip
tcl-2f864e810bb09bf84be547939dd56787640916c3.tar.gz
tcl-2f864e810bb09bf84be547939dd56787640916c3.tar.bz2
Bug 1298737
FossilOrigin-Name: 419fc365f44d2f73b8c92fd36beee6ecc5fd89a7
Diffstat (limited to 'generic/tclGetDate.y')
-rw-r--r--generic/tclGetDate.y5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclGetDate.y b/generic/tclGetDate.y
index 62a70c8..fdcfe88 100644
--- a/generic/tclGetDate.y
+++ b/generic/tclGetDate.y
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclGetDate.y,v 1.18.4.1 2005/03/15 16:29:53 kennykb Exp $
+ * RCS: @(#) $Id: tclGetDate.y,v 1.18.4.2 2005/11/04 20:15:09 kennykb Exp $
*/
%{
@@ -553,6 +553,9 @@ static TABLE TimezoneTable[] = {
{ "jt", tZONE, -HOUR(15/2) }, /* Java (3pm in Cronusland!) */
{ "cct", tZONE, -HOUR( 8) }, /* China Coast, USSR Zone 7 */
{ "jst", tZONE, -HOUR( 9) }, /* Japan Standard, USSR Zone 8 */
+ { "jdt", tDAYZONE, -HOUR( 9) }, /* Japan Daylight */
+ { "kst", tZONE, -HOUR( 9) }, /* Korea Standard */
+ { "kdt", tDAYZONE, -HOUR( 9) }, /* Korea Daylight */
{ "cast", tZONE, -HOUR(19/2) }, /* Central Australian Standard */
{ "cadt", tDAYZONE, -HOUR(19/2) }, /* Central Australian Daylight */
{ "east", tZONE, -HOUR(10) }, /* Eastern Australian Standard */