laravel 时区设置差8个小时解决办法

根目录下的config目录下的app.php文件中时区修改成中国时区

‘timezone’ => ‘UTC’,
改成
‘timezone’ => ‘PRC’,

你可能感兴趣的:(laravel,php)