在国外主机上将Linux系统时间修改为北京时间的方法
[root@centos ~]#date
Sun Aug 14 23:18:41 EDT 2011
[root@centos ~]# rm -rf /etc/localtime
[root@centos ~]# ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
[root@centos ~]# date
Mon Aug 15 11:20:00 CST 2011
[root@centos ~]#date
Sun Aug 14 23:18:41 EDT 2011
[root@centos ~]# rm -rf /etc/localtime
[root@centos ~]# ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
[root@centos ~]# date
Mon Aug 15 11:20:00 CST 2011