Add timezone setting as editable in .env file

This commit is contained in:
DariusIII
2017-08-25 11:00:09 +02:00
parent 960921326a
commit 2918bead8d
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => env('APP_TZ', 'UTC'),
/*
|--------------------------------------------------------------------------