This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,15 @@ public function createConfigForm()
4040
4141 $ timezone = new Zend_Form_Element_Select ('timezone ' );
4242 $ timezone ->addMultiOptions (array (
43- 'America/New_York ' => 'America/New_York ' ,
44- 'Europe/Paris ' => 'Europe/Paris ' ));
43+ 'America/Anchorage ' => 'America/Anchorage ' ,
44+ 'America/Chicago ' => 'America/Chicago ' ,
45+ 'America/Denver ' => 'America/Denver ' ,
46+ 'America/Los_Angeles ' => 'America/Los Angeles ' ,
47+ 'America/New_York ' => 'America/New York ' ,
48+ 'America/Phoenix ' => 'America/Phoenix ' ,
49+ 'Europe/London ' => 'Europe/London ' ,
50+ 'Europe/Paris ' => 'Europe/Paris ' ,
51+ 'Pacific/Honolulu ' => 'Pacific/Honolulu ' ));
4552
4653 $ environment = new Zend_Form_Element_Select ('environment ' );
4754 $ environment ->addMultiOptions (array (
Original file line number Diff line number Diff line change @@ -101,8 +101,15 @@ public function createConfigForm()
101101
102102 $ timezone = new Zend_Form_Element_Select ('timezone ' );
103103 $ timezone ->addMultiOptions (array (
104- 'America/New_York ' => 'America/New_York ' ,
105- 'Europe/Paris ' => 'Europe/Paris '
104+ 'America/Anchorage ' => 'America/Anchorage ' ,
105+ 'America/Chicago ' => 'America/Chicago ' ,
106+ 'America/Denver ' => 'America/Denver ' ,
107+ 'America/Los_Angeles ' => 'America/Los Angeles ' ,
108+ 'America/New_York ' => 'America/New York ' ,
109+ 'America/Phoenix ' => 'America/Phoenix ' ,
110+ 'Europe/London ' => 'Europe/London ' ,
111+ 'Europe/Paris ' => 'Europe/Paris ' ,
112+ 'Pacific/Honolulu ' => 'Pacific/Honolulu '
106113 ));
107114
108115 $ environment = new Zend_Form_Element_Select ('environment ' );
You can’t perform that action at this time.
0 commit comments