From 9ff8da78aba58f3745fd33bd2cf370ebdb92579d Mon Sep 17 00:00:00 2001 From: Timoffei Bubigo Date: Thu, 28 Jan 2021 14:55:31 +0300 Subject: [PATCH] Change to system timezone --- bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 7a8b0dd..6f2d69e 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -8,7 +8,7 @@ require_once CORE_PATH . '/vendor/autoload.php'; CORE_PATH . '/' ))->bootstrap(); -date_default_timezone_set(env('APP_TIMEZONE', 'UTC')); +date_default_timezone_set(env('APP_TIMEZONE', date_default_timezone_get())); /* |--------------------------------------------------------------------------