1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

- Add missing "CEST" timezone

This commit is contained in:
Derick Rethans
2004-04-08 19:21:05 +00:00
parent b2913063e0
commit 3ec166aba4

View 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 */