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

前端 未结 4 598
误落风尘
误落风尘 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

    To remove this E_STRICT or E_WARNING message please uncomment the line with date_default_timezone_set in app/config/core.php

提交回复
热议问题