Warning: date(): It is not safe to rely on the system's timezone settings.
Warning: date(): It is not safe to rely on the system's timezone settings. 跟著視頻做,怎么會(huì)出現(xiàn)這樣的錯(cuò)誤; 添加下面這個(gè)設(shè)置時(shí)區(qū)后, date_default_timezone_set('PRC'); //設(shè)置中國(guó)時(shí)區(qū) Parse error: syntax error, unexpected 'date_default_timezone_set' (T_STRING)
2017-01-07
這個(gè)是php時(shí)區(qū)沒有設(shè)置,可以在php.ini中設(shè)置
2017-03-16
能默認(rèn)嗎?兼容性更好的操作方法