mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
add UTC time zone to list of options
This commit is contained in:
parent
c4e4035fea
commit
68a0839e13
@ -47,6 +47,7 @@ class TimezoneLocaleComposer
|
||||
'Europe' => DateTimeZone::EUROPE,
|
||||
'Indian' => DateTimeZone::INDIAN,
|
||||
'Pacific' => DateTimeZone::PACIFIC,
|
||||
'UTC' => DateTimeZone::UTC,
|
||||
];
|
||||
|
||||
$timezones = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user