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()
40
40
41
41
$ timezone = new Zend_Form_Element_Select ('timezone ' );
42
42
$ 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 ' ));
45
52
46
53
$ environment = new Zend_Form_Element_Select ('environment ' );
47
54
$ environment ->addMultiOptions (array (
Original file line number Diff line number Diff line change @@ -101,8 +101,15 @@ public function createConfigForm()
101
101
102
102
$ timezone = new Zend_Form_Element_Select ('timezone ' );
103
103
$ 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 '
106
113
));
107
114
108
115
$ environment = new Zend_Form_Element_Select ('environment ' );
You can’t perform that action at this time.
0 commit comments