Linux下更改时区

Linux中时区代码都在/usr/share/zoneinfo/目录中

首先删除默认时区

#rm /etc/localtime

设定新的时区

#ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

完成!