查看本地服务器时区
[root@localhost ~]$ date -R
Fri, 09 Oct 2015 17:17:42 +0800
修改本地服务器时区
第一种方法:(选择后时区后按提示TZ='xx/xx'; export TZ进行设置)
[root@localhost ~]$ tzselect
第二种方法:(直接用/usr/share/zoneinfo下的时区文件替换掉
[root@localhost ~]$ cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime