Add Central European Summer time zone
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> PR: ports/9666
This commit is contained in:
parent
374ce6b221
commit
d7d129ab02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17627
1 changed files with 10 additions and 0 deletions
10
lang/tcl80/files/patch-ac
Normal file
10
lang/tcl80/files/patch-ac
Normal 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 */
|
Loading…
Reference in a new issue