From ffe882ef1276eb3c7ff4a038e9fcccb2e00318ac Mon Sep 17 00:00:00 2001 From: Mikael Dalholm Date: Mon, 18 Mar 2019 09:10:28 +0100 Subject: [PATCH] Set standards --- .env.example | 4 ++-- config/app.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 19ab35f..d1dfe70 100644 --- a/.env.example +++ b/.env.example @@ -5,8 +5,8 @@ APP_DEBUG=true APP_LOG_LEVEL=debug APP_URL=http://localhost -APP_LANG= -APP_TIMEZONE= +APP_LANG=en +APP_TIMEZONE=UTC DB_CONNECTION=mysql DB_HOST=127.0.0.1 diff --git a/config/app.php b/config/app.php index 27a0efb..86dbedd 100644 --- a/config/app.php +++ b/config/app.php @@ -65,7 +65,7 @@ | */ - 'timezone' => env('APP_TIMEZONE', 'Europe/Stockholm'), + 'timezone' => env('APP_TIMEZONE', 'UTC'), /* |--------------------------------------------------------------------------