Merge pull request #939 from andrewgoktepe/utc-timezone

add UTC time zone as an option on Application Setup page
This commit is contained in:
James Brooks
2015-09-10 08:31:19 +01:00

View File

@@ -47,6 +47,7 @@ class TimezoneLocaleComposer
'Europe' => DateTimeZone::EUROPE,
'Indian' => DateTimeZone::INDIAN,
'Pacific' => DateTimeZone::PACIFIC,
'UTC' => DateTimeZone::UTC,
];
$timezones = [];