经某人测试,在Ubuntu,winndows系统的php上,默认时区修改后依然无效;
这种情况,不使用默认date函数,使用如下函数即可
$time=gmdate('Y-m-d H:i:s',time() + 8*3600);