经查和试验解决方案为: 在php.ini中设置时区: date.timezone = "Asia/Shanghai" 或者在网页开头中加入: <?php date_default_timezone_set("PRC"); ?>