PHP Warning: strtotime(): 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
2。date_default_timezone_set(“PRC”); 3。PHP 5.1以上 PHP.ini date.timezone = PRC 或则 设置时区,php5新增的。 再php.ini中找到 [Date] ; Defines the default timezone used by the date functions date.timezone =Asia