Linux时间与系统时间相差8小时的解决办法
原因是时区不同
在/etc/profile文件中增加一行 export TZ='CST-8'
使文件立即生效
source /etc/profile 或者 . /etc/profile
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
原因是时区不同
在/etc/profile文件中增加一行 export TZ='CST-8'
使文件立即生效
source /etc/profile 或者 . /etc/profile
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。