From d87fec691eef135e2ca594134e5604e200a04dfa Mon Sep 17 00:00:00 2001 From: Dave Earley Date: Tue, 2 Aug 2016 22:11:10 +0100 Subject: [PATCH] Added timezone option to .env --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index b496214d..d71674a5 100644 --- a/config/app.php +++ b/config/app.php @@ -52,7 +52,7 @@ return [ | */ - 'timezone' => 'UTC', + 'timezone' => env('TIMEZONE', 'UTC'), /* |--------------------------------------------------------------------------