Add Central European Summer time zone

Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
PR:		ports/9666
This commit is contained in:
Justin M. Seger 1999-04-03 23:59:12 +00:00
parent 374ce6b221
commit d7d129ab02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17627

10
lang/tcl80/files/patch-ac Normal file
View file

@ -0,0 +1,10 @@
--- ../generic/tclDate.c.orig Mon Sep 14 14:39:58 1998
+++ ../generic/tclDate.c Sat Apr 3 17:16:30 1999
@@ -290,6 +290,7 @@
{ "nt", tZONE, HOUR(11) }, /* Nome */
{ "idlw", tZONE, HOUR(12) }, /* International Date Line West */
{ "cet", tZONE, -HOUR( 1) }, /* Central European */
+ { "cest", tDAYZONE, -HOUR( 1) }, /* Central European Summer */
{ "met", tZONE, -HOUR( 1) }, /* Middle European */
{ "mewt", tZONE, -HOUR( 1) }, /* Middle European Winter */
{ "mest", tDAYZONE, -HOUR( 1) }, /* Middle European Summer */