derick Fri Oct 7 04:06:42 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/date/lib timezonemap.h Log: - MFH: New timezonemap data. http://cvs.php.net/diff.php/php-src/ext/date/lib/timezonemap.h?r1=1.1.2.1&r2=1.1.2.2&ty=u Index: php-src/ext/date/lib/timezonemap.h diff -u php-src/ext/date/lib/timezonemap.h:1.1.2.1 php-src/ext/date/lib/timezonemap.h:1.1.2.2 --- php-src/ext/date/lib/timezonemap.h:1.1.2.1 Sat Oct 1 11:04:07 2005 +++ php-src/ext/date/lib/timezonemap.h Fri Oct 7 04:06:40 2005 @@ -214,7 +214,6 @@ { "bdst", 1, 7200, "Europe/Gibraltar" }, { "bdst", 1, 7200, "GB" }, { "bdst", 1, 7200, "GB-Eire" }, - { "bdst", 1, 7200, "WET" }, { "bdt", 1, -36000, "America/Adak" }, { "bdt", 1, -36000, "America/Atka" }, { "bdt", 1, -36000, "America/Nome" }, @@ -267,14 +266,12 @@ { "bst", 0, 3600, "Europe/Belfast" }, { "bst", 0, 3600, "GB" }, { "bst", 0, 3600, "GB-Eire" }, - { "bst", 0, 3600, "WET" }, { "bst", 1, 3600, "Eire" }, { "bst", 1, 3600, "Europe/Belfast" }, { "bst", 1, 3600, "Europe/Dublin" }, { "bst", 1, 3600, "Europe/Gibraltar" }, { "bst", 1, 3600, "GB" }, { "bst", 1, 3600, "GB-Eire" }, - { "bst", 1, 3600, "WET" }, { "btt", 0, 21600, "Asia/Thimbu" }, { "btt", 0, 21600, "Asia/Thimphu" }, { "burt", 0, 23400, "Asia/Calcutta" }, @@ -401,6 +398,7 @@ { "cest", 1, 7200, "Libya" }, { "cest", 1, 7200, "Poland" }, { "cest", 1, 7200, "Portugal" }, + { "cest", 1, 7200, "WET" }, { "cet", 0, 3600, "Europe/Berlin" }, { "cet", 0, 3600, "Africa/Algiers" }, { "cet", 0, 3600, "Africa/Casablanca" }, @@ -455,6 +453,7 @@ { "cet", 0, 3600, "Libya" }, { "cet", 0, 3600, "Poland" }, { "cet", 0, 3600, "Portugal" }, + { "cet", 0, 3600, "WET" }, { "cet", 0, 7200, "Europe/Kaliningrad" }, { "cgst", 1, -3600, "America/Scoresbysund" }, { "cgt", 0, -7200, "America/Scoresbysund" }, @@ -885,8 +884,8 @@ { "gmt", 0, 0, "Europe/London" }, { "gmt", 0, 0, "GB" }, { "gmt", 0, 0, "GB-Eire" }, + { "gmt", 0, 0, "GMT" }, { "gmt", 0, 0, "Iceland" }, - { "gmt", 0, 0, "WET" }, { "gst", 0, 14400, "Asia/Dubai" }, { "gst", 0, 14400, "Asia/Bahrain" }, { "gst", 0, 14400, "Asia/Muscat" }, @@ -1118,6 +1117,7 @@ { "mpt", 1, -21600, "Canada/East-Saskatchewan" }, { "mpt", 1, -21600, "Canada/Mountain" }, { "mpt", 1, -21600, "Canada/Saskatchewan" }, + { "mpt", 1, -21600, "MST" }, { "mpt", 1, -21600, "MST7MDT" }, { "mpt", 1, -21600, "Navajo" }, { "mpt", 1, -21600, "US/Mountain" }, @@ -1519,6 +1519,7 @@ { "wemt", 1, 7200, "Europe/Monaco" }, { "wemt", 1, 7200, "Europe/Paris" }, { "wemt", 1, 7200, "Portugal" }, + { "wemt", 1, 7200, "WET" }, { "west", 1, 3600, "Europe/Paris" }, { "west", 1, 3600, "Africa/Algiers" }, { "west", 1, 3600, "Africa/Casablanca" }, @@ -1532,6 +1533,7 @@ { "west", 1, 3600, "Europe/Madrid" }, { "west", 1, 3600, "Europe/Monaco" }, { "west", 1, 3600, "Portugal" }, + { "west", 1, 3600, "WET" }, { "west", 1, 7200, "Europe/Luxembourg" }, { "wet", 0, 0, "Europe/Paris" }, { "wet", 0, 0, "Africa/Algiers" }, @@ -1548,6 +1550,7 @@ { "wet", 0, 0, "Europe/Madrid" }, { "wet", 0, 0, "Europe/Monaco" }, { "wet", 0, 0, "Portugal" }, + { "wet", 0, 0, "WET" }, { "wet", 0, 3600, "Europe/Luxembourg" }, { "wgst", 1, -7200, "America/Godthab" }, { "wgst", 1, -7200, "America/Danmarkshavn" },
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php