]> granicus.if.org Git - php/commitdiff
- Add missing "CEST" timezone
authorDerick Rethans <derick@php.net>
Thu, 8 Apr 2004 19:21:05 +0000 (19:21 +0000)
committerDerick Rethans <derick@php.net>
Thu, 8 Apr 2004 19:21:05 +0000 (19:21 +0000)
ext/standard/parsedate.y

index 7e806b5f97f22858087a69fd9b792892a5a9ff02..6776550d24c72c396700e42ab8837fc494b7ccae 100644 (file)
@@ -693,6 +693,7 @@ static TABLE const TimezoneTable[] = {
     { "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 */