Change to system timezone

This commit is contained in:
2021-01-28 14:55:31 +03:00
parent 0ce837d931
commit 9ff8da78ab

View File

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