CC-5320 : UTC not included in Timezone List
This commit is contained in:
parent
969889859b
commit
0734a4a98c
|
@ -14,7 +14,8 @@ class Application_Common_Timezone
|
||||||
'Australia' => DateTimeZone::AUSTRALIA,
|
'Australia' => DateTimeZone::AUSTRALIA,
|
||||||
'Europe' => DateTimeZone::EUROPE,
|
'Europe' => DateTimeZone::EUROPE,
|
||||||
'Indian' => DateTimeZone::INDIAN,
|
'Indian' => DateTimeZone::INDIAN,
|
||||||
'Pacific' => DateTimeZone::PACIFIC
|
'Pacific' => DateTimeZone::PACIFIC,
|
||||||
|
'UTC' => DateTimeZone::UTC
|
||||||
);
|
);
|
||||||
|
|
||||||
$tzlist = array();
|
$tzlist = array();
|
||||||
|
|
Loading…
Reference in New Issue