aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-27 23:49:39 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-27 23:49:39 +0000
commita8a822e8fe1916540ea4bce97c4861bb452ab21f (patch)
treed6370f5ef2b5daf99c2bc0a478b2e7bab46d2713 /functions
parentfb1fa4e8eeb2accaf71675dbf9810ec5af47bc79 (diff)
downloadphpicalendar-a8a822e8fe1916540ea4bce97c4861bb452ab21f.tar.gz
phpicalendar-a8a822e8fe1916540ea4bce97c4861bb452ab21f.tar.bz2
phpicalendar-a8a822e8fe1916540ea4bce97c4861bb452ab21f.zip
add timezones to prefs
Diffstat (limited to 'functions')
-rw-r--r--functions/timezones.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/timezones.php b/functions/timezones.php
index ae140f0..81a7ee8 100644
--- a/functions/timezones.php
+++ b/functions/timezones.php
@@ -381,6 +381,7 @@ $tz_array['Europe/Zagreb'] = array('+0100', '+0200');
$tz_array['Europe/Zaporozhye'] = array('+0200', '+0300');
$tz_array['Europe/Zurich'] = array('+0100', '+0200');
$tz_array['GB'] = array('+0000', '+0100');
+$tz_array['GMT'] = array('+0000', '+0000');
$tz_array['GB-Eire'] = array('+0000', '+0100');
$tz_array['HST'] = array('-1000', '-1000');
$tz_array['Hongkong'] = array('+0800', '+0800');

© 2014-2024 Faster IT GmbH | imprint | privacy policy