I got this error when I requested to update the PHP version from 5.2.17 to PHP 5.3.21 on the server.
If these are not your options
php.ini
date_default_timezone
Instead of date you could use gmdate.
date
gmdate
I have used gmdate( "Y" ) when I needed a year for a copyright snipplet.
gmdate( "Y" )