PHP 5.3 now requires that you either have a timezone set in your php.ini file or
that you pass the desired timezone via the date_default_timezone_set() function
before calling the date() function.
I opened my server’s /etc/php.ini file and searched for timezone. My