Warning (2): strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings

前端 未结 4 576
误落风尘
误落风尘 2020-12-11 00:16
Warning (2): strtotime() [function.strtotime]: It is not safe to rely on the system\'s timezone settings. You are *required* to use the date.timezone setting or the          


        
4条回答
  •  [愿得一人]
    2020-12-11 00:37

    /app/config/core.php:

    /**
     * If you are on PHP 5.3 uncomment this line and correct your server timezone
     * to fix the date & time related errors.
     */
        //date_default_timezone_set('UTC');
    

提交回复
热议问题