linux時區

1. UTC時區切換到CST 時區
# echo "export TZ='Asia/Shanghai'" >> /etc/profile
# cat /etc/profile |grep TZ
# source /etc/profile
# date -R
# date
Sat Aug 19 17:03:17 CST 2017

html

2.修改時區node

時區設置用tzselect 命令來實現。可是經過tzselect命令設置TZ這個環境變量來選擇的時區,須要將變量添加到.profile文件中。(/etc/profile)linux

1、tzselect命令執行centos

執行tzselect命令 --> 選擇Asia --> 選擇China --> 選擇east China - Beijing, Guangdong, Shanghai, etc-->而後輸入1。
執行完tzselect命令選擇時區後,時區並無更改,只是在命令最後提示你能夠執行 TZ=’Asia/Shanghai’; export TZ 並將這行命令添加到.profile中,而後退出並從新登陸。centos7

2、修改配置文件來修改時區spa

[root@linux-node ~]# echo "ZONE=Asia/Shanghai" >> /etc/sysconfig/clock
[root@linux-node ~]# rm -f /etc/localtime
#連接到上海時區文件
[root@linux-node ~]# ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
執行完上述過程後,重啓機器,便可看到時區已經更改。htm

備註:blog

在centos7中設置時區的命令能夠經過 timedatectl 命令來實現
[root@linux-node ~]# timedatectl set-timezone Asia/Shanghaiast

 

 

相關連接:登錄

https://www.cnblogs.com/ibnode/p/3573302.html

相關文章
相關標籤/搜索