From 7ee17ba07eb5a2b60f100ef9bb3234e0e5ad1860 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Tue, 31 Jan 2012 21:24:01 -0500 Subject: [PATCH] CC-3291: Airtime is missing Australia and Arctic timezones -fixed --- airtime_mvc/application/forms/GeneralPreferences.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airtime_mvc/application/forms/GeneralPreferences.php b/airtime_mvc/application/forms/GeneralPreferences.php index 1514e1460..7bbb1784f 100644 --- a/airtime_mvc/application/forms/GeneralPreferences.php +++ b/airtime_mvc/application/forms/GeneralPreferences.php @@ -71,8 +71,10 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm 'Africa' => DateTimeZone::AFRICA, 'America' => DateTimeZone::AMERICA, 'Antarctica' => DateTimeZone::ANTARCTICA, + 'Arctic' => DateTimeZone::ARCTIC, 'Asia' => DateTimeZone::ASIA, 'Atlantic' => DateTimeZone::ATLANTIC, + 'Australia' => DateTimeZone::AUSTRALIA, 'Europe' => DateTimeZone::EUROPE, 'Indian' => DateTimeZone::INDIAN, 'Pacific' => DateTimeZone::PACIFIC