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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user