十二
14
一些LAMP论坛,经常遇到这样的问题,页面显示时间和本地实际时间相差8小时或者更多
1.修改系统市区设置
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
2.使用ntpdate同步服务器时间
ntpdate time.api.bz
3.执行测试php脚本time.php
<?php
echo date(‘G:i:s’);
?>
Address: http://99dev.net/archives/720
no comment untill now