原因是时区不同
在/etc/profile文件中增加一行 export TZ='CST-8'
使文件立即生效
source /etc/profile 或者 . /etc/profile
本文介绍了解决因时区不同导致的问题的方法,在/etc/profile文件中添加export TZ='CST-8'行并使之立即生效。
原因是时区不同
在/etc/profile文件中增加一行 export TZ='CST-8'
使文件立即生效
source /etc/profile 或者 . /etc/profile
1万+
566

被折叠的 条评论
为什么被折叠?