date_default_timezone_set

Supported Versions: PHP 5 >= 5.1.0, PHP 7, PHP 8
Sets the default timezone used by all date/time functions in a script
<?php date_default_timezone_set(string $timezoneId): bool
<?php         }



        if (function_exists('date_default_timezone_set') && function_exists('date_default_timezone_get')) {

            date_default_timezone_set(Silencer::call('date_default_timezone_get'));

        }



        if (!$shutdownRegistered) {
<?php error_reporting(E_ALL);



if (function_exists('date_default_timezone_set') && function_exists('date_default_timezone_get')) {

    date_default_timezone_set(@date_default_timezone_get());

}



require __DIR__.'/../src/bootstrap.php';