系統時間與 BIOS 時間是不一樣的
因為系統時間會再加上一個時區設定
而 BIOS 則是以 UTC 時間為準
# 取得時區設定檔,請選擇你需要的時區 sudo tzselect # 更換系統時區檔 sudo ln -sf /usr/share/zoneinfo/Asia/Taipei /etc/localtime # 讓核心時間與網路時間伺服器對時 sudo ntpdate pool.ntp.org # 更新 BIOS 的時間 sudo hwclock -w # 編輯系統排程,再裏面加入下面這行,讓系統排程每日對時一次 sudo crontab -e @daily /usr/sbin/ntpdate pool.ntp.org > /dev/null
參考資料:
[Ubuntu]Ubuntu 更改時區
Ntpdate - Ubuntu 正體中文 Wiki
0 回應:
張貼留言