更改Linux系统时间
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了更改Linux系统时间相关的知识,希望对你有一定的参考价值。
[[email protected] 2017-01-03_23-18-10]# date
Tue Jan 3 23:20:49 PST 2017
[[email protected] 2017-01-03_23-18-10]# crontab -l
no crontab for root
[[email protected] 2017-01-03_23-18-10]# crontab -e
[[email protected] 2017-01-03_23-18-10]# /usr/sbin/ntpdate pool.ntp.org
3 Jan 23:21:59 ntpdate[125320]: adjust time server 202.118.1.130 offset -0.001502 sec
[[email protected] 2017-01-03_23-18-10]# date
Tue Jan 3 23:22:14 PST 2017
[[email protected] 2017-01-03_23-18-10]# \cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
[[email protected] 2017-01-03_23-18-10]# /usr/sbin/ntpdate pool.ntp.org
4 Jan 15:23:09 ntpdate[125367]: adjust time server 202.118.1.130 offset 0.000668 sec
[[email protected] 2017-01-03_23-18-10]# date
Wed Jan 4 15:23:11 CST 2017
当前的系统之前不是国内的上海时区,选择正确的本国时区,然后同步一下。最后定时同步即可。
以上是关于更改Linux系统时间的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 QML 更改系统日期和时间(嵌入式 Linux)?