Show the timezone in the footer.

This commit is contained in:
James Brooks
2016-07-11 21:33:07 +01:00
parent e2da8ee1fa
commit 5298ad241a
7 changed files with 65 additions and 2 deletions

View File

@@ -67,4 +67,14 @@ return [
'enable_external_dependencies' => true,
/*
|--------------------------------------------------------------------------
| Show the timezone
|--------------------------------------------------------------------------
|
| Whether to show the status page timezone in the footer.
|
*/
'show_timezone' => false,
];