 |
PHP: date_default_timezone_set - Manual - PHP: Hypertext Preprocessor
Quick fix is to set your time zone, add this line to your php code: date_default_timezone_set("America/Los_Angeles"); up down 1 ... (if you did not disable them in your php.ini settings), which will take its time. So either use this function or set the in
php.net |
 |