liunx修改时区,UTC 修改到CST

时间:2021-09-17 15:08:15   收藏:0   阅读:32

 [root@lzx1 ~]# date -R
Mon, 19 Jun 2017 14:45:05 +0000

 vim  /etc/profile
export  TZ=‘CST-8‘
vim .bash_profile
export  TZ=‘CST-8‘

source /etc/profile
 source  .bash_profile
 搞定 !!!
[root@lzx1 ~]# date
Mon Jun 19 15:57:41 CST 2017
[root@lzx1 ~]#
[root@lzx1 ~]# date  -R
Mon, 19 Jun 2017 15:57:43 +0800
 

原文:https://www.cnblogs.com/vzhangxk/p/15303330.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!