From 595ee08653b45b2844bc5aa844231cfcb372d8eb Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 7 Oct 2005 08:06:40 +0000 Subject: [PATCH] - MFH: New timezonemap data. --- ext/date/lib/timezonemap.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ext/date/lib/timezonemap.h b/ext/date/lib/timezonemap.h index d2ec99d7ee..f4393bee4b 100644 --- a/ext/date/lib/timezonemap.h +++ b/ext/date/lib/timezonemap.h @@ -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" }, -- 2.40.0