CC-6127 - Add 'Use station default' option to user settings timezone, don't set user timezone by default when creating the admin user
This commit is contained in:
parent
a99bc26715
commit
37df86723d
4 changed files with 12 additions and 11 deletions
|
@ -18,7 +18,7 @@ class Application_Common_Timezone
|
|||
'UTC' => DateTimeZone::UTC
|
||||
);
|
||||
|
||||
$tzlist = array();
|
||||
$tzlist = array(NULL => "Use station default");
|
||||
|
||||
foreach ($regions as $name => $mask) {
|
||||
$ids = DateTimeZone::listIdentifiers($mask);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue