From: Derick Rethans Date: Thu, 8 Apr 2004 19:21:05 +0000 (+0000) Subject: - Add missing "CEST" timezone X-Git-Tag: php-5.0.0RC2RC1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ec166aba4bd2fe2490add97259c51ba24dbdf34;p=php - Add missing "CEST" timezone --- diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 7e806b5f97..6776550d24 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -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 */