在新版的ubuntu中,使用timedatectl
替換了ntpdate
來進行時間管理。
1.檢視當前時間狀態
檢視當前時間狀態timedatectl status
:
wxs@ubuntu:~/6-1/task4$ timedatectl status local time: tue 2017-11-07 18:14:30 pst universal time: wed 2017-11-08 02:14:30 utc rtc time: wed 2017-11-08 02:14:29 time zone: america/los_angeles (pst, -0800) network time on: yesntp synchronized: yes rtc in local tz: no
系統顯示的時間是錯誤的,錯誤原因也是顯而易見的,使用的是america/los_angeles的時區。
因此只要修改時區就能保證時間的正確。
2.修改時區
所有的時區名稱儲存在/usr/share/zoneinfo檔案中。
執行命令timedatectl set-timezone "asia/shanghai"
就可以將時區設為上海時區。
==== authenticating for org.freedesktop.timedate1.set-timezone ===authentication is required to set the system timezone.authenticating as: wxs,,, (wxs)password: ==== authentication complete ===
重新檢視當前時間狀態timedatectl status
:
wxs@ubuntu:~/6-1/task4$ timedatectl status local time: wed 2017-11-08 10:15:45 cst universal time: wed 2017-11-08 02:15:45 utc rtc time: wed 2017-11-08 02:15:45 time zone: asia/shanghai (cst, +0800) network time on: yesntp synchronized: yes rtc in local tz: no
此時時間已經正常了。
修改ubuntu系統時間
第一種方式 設定硬體時間 hwclock set date 08 08 2017 18 18 00 硬體時鐘與系統時鐘同步 hwclock hctosys 第二種方式 設定系統時間 date s 2017 08 08 18 18 如果沒改成功,可能是沒有關閉網際網路同步時間 可輸入以下命令取消同步 ...
Ubuntu修改系統時間
在新版的ubuntu中,使用timedatectl替換了ntpdate來進行時間管理。1.檢視當前時間狀態 檢視當前時間狀態timedatectl status ghz ubuntu timedatectl status local time mon 2018 07 23 22 55 51 edt ...
Ubuntu檢視 修改系統時間
在新版的ubuntu中,使用timedatectl替換了ntpdate來進行時間管理。檢視當前時間狀態 timedatectl status顯示如下 local time wed 2018 11 21 01 23 33 utc universal time wed 2018 11 21 01 23 ...