--- event_timezones.inc	Sat Aug 27 00:56:31 2005
+++ event_timezones.inc	Sat Aug 27 00:53:46 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: event_timezones.inc,v 1.3 2005/05/24 03:14:17 crunchywelch Exp $
+// $Id: event_timezones.inc,v 1.1.2.3 2005/06/30 15:59:58 killes Exp $
 /**
  * Check if time is in Daylight Savings Time
  * 
@@ -549,33 +549,33 @@
                     298 => array('timezone' => t('EST'), 'offset' => '-18000', 'offset_dst' => '-18000', 'dst_region' => '0'),
                     300 => array('timezone' => t('Egypt'), 'offset' => '+7200', 'offset_dst' => '+10800', 'dst_region' => '1'),
                     301 => array('timezone' => t('Eire'), 'offset' => '+0', 'offset_dst' => '+3600', 'dst_region' => '13'),
-                    302 => array('timezone' => t('Etc/GMT+1'), 'offset' => '-3600', 'offset_dst' => '-3600', 'dst_region' => '0'),
-                    303 => array('timezone' => t('Etc/GMT+10'), 'offset' => '-36000', 'offset_dst' => '-36000', 'dst_region' => '0'),
-                    304 => array('timezone' => t('Etc/GMT+11'), 'offset' => '-39600', 'offset_dst' => '-39600', 'dst_region' => '0'),
-                    305 => array('timezone' => t('Etc/GMT+12'), 'offset' => '-43200', 'offset_dst' => '-43200', 'dst_region' => '0'),
-                    306 => array('timezone' => t('Etc/GMT+2'), 'offset' => '-7200', 'offset_dst' => '-7200', 'dst_region' => '0'),
-                    307 => array('timezone' => t('Etc/GMT+3'), 'offset' => '-10800', 'offset_dst' => '-10800', 'dst_region' => '0'),
-                    308 => array('timezone' => t('Etc/GMT+4'), 'offset' => '-14400', 'offset_dst' => '-14400', 'dst_region' => '0'),
-                    309 => array('timezone' => t('Etc/GMT+5'), 'offset' => '-18000', 'offset_dst' => '-18000', 'dst_region' => '0'),
-                    310 => array('timezone' => t('Etc/GMT+6'), 'offset' => '-21600', 'offset_dst' => '-21600', 'dst_region' => '0'),
-                    311 => array('timezone' => t('Etc/GMT+7'), 'offset' => '-25200', 'offset_dst' => '-25200', 'dst_region' => '0'),
-                    312 => array('timezone' => t('Etc/GMT+8'), 'offset' => '-28800', 'offset_dst' => '-28800', 'dst_region' => '0'),
-                    313 => array('timezone' => t('Etc/GMT+9'), 'offset' => '-32400', 'offset_dst' => '-32400', 'dst_region' => '0'),
+                    302 => array('timezone' => t('Etc/GMT-1'), 'offset' => '-3600', 'offset_dst' => '-3600', 'dst_region' => '0'),
+                    303 => array('timezone' => t('Etc/GMT-10'), 'offset' => '-36000', 'offset_dst' => '-36000', 'dst_region' => '0'),
+                    304 => array('timezone' => t('Etc/GMT-11'), 'offset' => '-39600', 'offset_dst' => '-39600', 'dst_region' => '0'),
+                    305 => array('timezone' => t('Etc/GMT-12'), 'offset' => '-43200', 'offset_dst' => '-43200', 'dst_region' => '0'),
+                    306 => array('timezone' => t('Etc/GMT-2'), 'offset' => '-7200', 'offset_dst' => '-7200', 'dst_region' => '0'),
+                    307 => array('timezone' => t('Etc/GMT-3'), 'offset' => '-10800', 'offset_dst' => '-10800', 'dst_region' => '0'),
+                    308 => array('timezone' => t('Etc/GMT-4'), 'offset' => '-14400', 'offset_dst' => '-14400', 'dst_region' => '0'),
+                    309 => array('timezone' => t('Etc/GMT-5'), 'offset' => '-18000', 'offset_dst' => '-18000', 'dst_region' => '0'),
+                    310 => array('timezone' => t('Etc/GMT-6'), 'offset' => '-21600', 'offset_dst' => '-21600', 'dst_region' => '0'),
+                    311 => array('timezone' => t('Etc/GMT-7'), 'offset' => '-25200', 'offset_dst' => '-25200', 'dst_region' => '0'),
+                    312 => array('timezone' => t('Etc/GMT-8'), 'offset' => '-28800', 'offset_dst' => '-28800', 'dst_region' => '0'),
+                    313 => array('timezone' => t('Etc/GMT-9'), 'offset' => '-32400', 'offset_dst' => '-32400', 'dst_region' => '0'),
                     487 => array('timezone' => t('Etc/GMT'), 'offset' => '+0', 'offset_dst' => '+0', 'dst_region' => '0'),
-                    314 => array('timezone' => t('Etc/GMT-1'), 'offset' => '+3600', 'offset_dst' => '+3600', 'dst_region' => '0'),
-                    315 => array('timezone' => t('Etc/GMT-10'), 'offset' => '+36000', 'offset_dst' => '+36000', 'dst_region' => '0'),
-                    316 => array('timezone' => t('Etc/GMT-11'), 'offset' => '+39600', 'offset_dst' => '+39600', 'dst_region' => '0'),
-                    317 => array('timezone' => t('Etc/GMT-12'), 'offset' => '+43200', 'offset_dst' => '+43200', 'dst_region' => '0'),
-                    318 => array('timezone' => t('Etc/GMT-13'), 'offset' => '+46800', 'offset_dst' => '+46800', 'dst_region' => '0'),
-                    319 => array('timezone' => t('Etc/GMT-14'), 'offset' => '+50400', 'offset_dst' => '+50400', 'dst_region' => '0'),
-                    320 => array('timezone' => t('Etc/GMT-2'), 'offset' => '+7200', 'offset_dst' => '+7200', 'dst_region' => '0'),
-                    321 => array('timezone' => t('Etc/GMT-3'), 'offset' => '+10800', 'offset_dst' => '+10800', 'dst_region' => '0'),
-                    322 => array('timezone' => t('Etc/GMT-4'), 'offset' => '+14400', 'offset_dst' => '+14400', 'dst_region' => '0'),
-                    323 => array('timezone' => t('Etc/GMT-5'), 'offset' => '+18000', 'offset_dst' => '+18000', 'dst_region' => '0'),
-                    324 => array('timezone' => t('Etc/GMT-6'), 'offset' => '+21600', 'offset_dst' => '+21600', 'dst_region' => '0'),
-                    325 => array('timezone' => t('Etc/GMT-7'), 'offset' => '+25200', 'offset_dst' => '+25200', 'dst_region' => '0'),
-                    326 => array('timezone' => t('Etc/GMT-8'), 'offset' => '+28800', 'offset_dst' => '+28800', 'dst_region' => '0'),
-                    327 => array('timezone' => t('Etc/GMT-9'), 'offset' => '+32400', 'offset_dst' => '+32400', 'dst_region' => '0'),
+                    314 => array('timezone' => t('Etc/GMT+1'), 'offset' => '+3600', 'offset_dst' => '+3600', 'dst_region' => '0'),
+                    315 => array('timezone' => t('Etc/GMT+10'), 'offset' => '+36000', 'offset_dst' => '+36000', 'dst_region' => '0'),
+                    316 => array('timezone' => t('Etc/GMT+11'), 'offset' => '+39600', 'offset_dst' => '+39600', 'dst_region' => '0'),
+                    317 => array('timezone' => t('Etc/GMT+12'), 'offset' => '+43200', 'offset_dst' => '+43200', 'dst_region' => '0'),
+                    318 => array('timezone' => t('Etc/GMT+13'), 'offset' => '+46800', 'offset_dst' => '+46800', 'dst_region' => '0'),
+                    319 => array('timezone' => t('Etc/GMT+14'), 'offset' => '+50400', 'offset_dst' => '+50400', 'dst_region' => '0'),
+                    320 => array('timezone' => t('Etc/GMT+2'), 'offset' => '+7200', 'offset_dst' => '+7200', 'dst_region' => '0'),
+                    321 => array('timezone' => t('Etc/GMT+3'), 'offset' => '+10800', 'offset_dst' => '+10800', 'dst_region' => '0'),
+                    322 => array('timezone' => t('Etc/GMT+4'), 'offset' => '+14400', 'offset_dst' => '+14400', 'dst_region' => '0'),
+                    323 => array('timezone' => t('Etc/GMT+5'), 'offset' => '+18000', 'offset_dst' => '+18000', 'dst_region' => '0'),
+                    324 => array('timezone' => t('Etc/GMT+6'), 'offset' => '+21600', 'offset_dst' => '+21600', 'dst_region' => '0'),
+                    325 => array('timezone' => t('Etc/GMT+7'), 'offset' => '+25200', 'offset_dst' => '+25200', 'dst_region' => '0'),
+                    326 => array('timezone' => t('Etc/GMT+8'), 'offset' => '+28800', 'offset_dst' => '+28800', 'dst_region' => '0'),
+                    327 => array('timezone' => t('Etc/GMT+9'), 'offset' => '+32400', 'offset_dst' => '+32400', 'dst_region' => '0'),
                     328 => array('timezone' => t('Europe/Amsterdam'), 'offset' => '+3600', 'offset_dst' => '+7200', 'dst_region' => '13'),
                     329 => array('timezone' => t('Europe/Andorra'), 'offset' => '+3600', 'offset_dst' => '+7200', 'dst_region' => '13'),
                     330 => array('timezone' => t('Europe/Athens'), 'offset' => '+7200', 'offset_dst' => '+10800', 'dst_region' => '13'),
