Change to system timezone
This commit is contained in:
@@ -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()));
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user