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())); /* |--------------------------------------------------------------------------