If you use a custom PHP initialization file file with your Linux hosting account running PHP 5.3.x without setting the date.timezone or use the date_default_timezone_set() function, you might receive the following warning:
To resolve this issue, in your PHP initialization file file, set the date.timezone. For example:
For more information, see php.ini/user.ini changes not taking effect