From e8ac9f531dcbfce04ce7deb53c169c2f71046e14 Mon Sep 17 00:00:00 2001 From: Matthew Shillam Date: Sun, 14 Oct 2018 14:20:31 +0100 Subject: [PATCH] Set timezone back to UTC 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 8f56385..01081dc 100644 --- a/config/app.php +++ b/config/app.php @@ -65,7 +65,7 @@ return [ | */ - 'timezone' => 'Europe/London', + 'timezone' => 'UTC', /* |--------------------------------------------------------------------------