
Druckansicht von http://www.php-homepage.de/manual/function.date-default-timezone-set.php
date_default_timezone_set(PHP 5 >= 5.1.0) date_default_timezone_set — Sets the default timezone used by all date/time functions in a script Beschreibung
bool date_default_timezone_set
( string
$timezone_identifier
)date_default_timezone_set() sets the default timezone used by all date/time functions.
Instead of using this function to set the default timezone in your script, you can also use the INI setting date.timezone to set the default timezone. Parameter-Liste
Rückgabewerte
This function returns Beispiele
Beispiel #1 Getting the default timezone
<?phpChangelog
Siehe auch
|