All Products 
Username / Customer#
Password
Log In
 Hi,  |  Log Out
  • Site Search
  • Domain Search
  • WHOIS Domain Check
24/7 Support: (480) 505-8877
Hablamos Español
9 AM to 9 PM IST
7 days a week
Go Daddy Support

Search help articles, forums, and discussion groups

Why did I receive a timezone error with my PHP website?

Date Submitted: 6-15-2012

If you use a custom php.ini 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:

Warning: phpinfo() [function.phpinfo]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier.

To resolve this issue, in your php.ini file, set the date.timezone. For example:

date.timezone=America/Phoenix
For more information, see Why isn't my php.ini file taking effect?
Rate This Article:

Have a question about the content of this article?