Skip to content

Commit

Permalink
- Added missing CEST zone
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Rethans committed Apr 8, 2004
1 parent ebf7a4f commit ea2fa14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/standard/parsedate.y
Expand Up @@ -604,6 +604,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 */
Expand Down

0 comments on commit ea2fa14

Please sign in to comment.