1.安裝ntpdate工具
yum -y install ntp ntpdate
2.設定系統時間與網絡時間同步
ntpdate cn.pool.ntp.org
3.将系統時間寫入硬體時間
hwclock --systohc
4.檢視系統時間
timedatectl
Local time: Thu 2019-01-24 15:08:41 CST
Universal time: Thu 2019-01-24 07:08:41 UTC
RTC time: Thu 2019-01-24 07:08:41
Time zone: Asia/Shanghai (CST, +0800)
NTP enabled: no
NTP synchronized: no
RTC in local TZ: no
DST active: n/a
如果沒有執行步驟3,則Local time與RTC time顯示的值可能不一樣