|
Helping ordinary people create extraordinary websites! |
date_default_timezone_set(PHP 5 >= 5.1.0RC1) date_default_timezone_set -- Sets the default timezone used by all date/time functions in a scriptDescriptionbool 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. Parameters
Return Values
This function returns FALSE if the
|