(1) Open phpinfo (); The following prompt appears in the date location:
Warning: Phpinfo (): It is not safe for rely on the system ' s timezone settings. You is *required* to use the Date.timezone setting or the Date_default_timezone_set () function. In case you used any of those methods and you is still getting this warning, your most likely misspelled the timezone Iden Tifier. We selected the timezone ' UTC ' for now, but please set Date.timezone to select your timezone.
Look at the table below and find that Date.timezone has no value set:
Directive |
Local Value |
Master Value |
Date.default_latitude |
31.7667 |
31.7667 |
Date.default_longitude |
35.2333 |
35.2333 |
Date.sunrise_zenith |
90.583333 |
90.583333 |
Date.sunset_zenith |
90.583333 |
90.583333 |
Date.timezone |
No value |
No value |
(2) This is the PHP thing, the settings are in php.ini. The default is found; date.timezone=, there is no value behind it. So add the bottom line.
[Date]; Defines the default timezone used by the date functions; Http://php.net/date.timezone;date.timezone =; Add a TIMEZONEDATE.TIMEZONE=PRC
(3) Remember to restart the Apache server. Let the settings take effect.
Solution: Warning:phpinfo (): It is not safe for rely on the system ' s timezone settings.