| 
 | date_default_timezone_setSets the default timezone used by all date/time functions in a script Description
   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. Parameters
 
 Return Values
   This function returns  Examples
 Example #1 Getting the default timezone 
<?phpChangelog
 
 |