From bdcf55774d0c75fc7dc3443881f09953ae14a847 Mon Sep 17 00:00:00 2001 From: Matthew Shillam Date: Sun, 14 Oct 2018 13:52:16 +0100 Subject: [PATCH] Set timezone to Europe/London in app.php --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 01081dc..8f56385 100644 --- a/config/app.php +++ b/config/app.php @@ -65,7 +65,7 @@ return [ | */ - 'timezone' => 'UTC', + 'timezone' => 'Europe/London', /* |--------------------------------------------------------------------------