time
Time
- 雙系統 linux, windows 系統時間差異問題
- 因為 windows 認為BIOS時間是本地時間,linux 認為BIOS時間是UTC時間
- 將 windows把系統硬體時間當作本地時間(local time),即操作系統中顯示的時間跟BIOS中顯示的時間是一樣的。
1
2
3 $ sudo apt-get install ntpdate
// 確認時間已經和網路同步
$ sudo ntpdate time.windows.com
1
2 // 將時間更新到硬件上
$ sudo hwclock --localtime --systohc- 重新進入windows10
格林威治平均時間 (中原標準時間)
- Greenwich Mean Time (GMT)
世界協調時間
- Coordinated Universal Time (UTC)
- 台北 UTS+8
Others
- CST
- Central Standard Time
- 美國中部標準時間
- UTC -6
- EST
- Central Standard Time
- 美國東部標準時間
- UTC -5
- DST
- CST – Central Standard Time / Central Time (Standard Time)
- EST – Eastern Standard Time / Eastern Time (Standard Time)
- [雙系統]同步 Ubuntu 與 Windows時間
- 如何解決 Linux (Ubuntu) 與 Windows 雙系統產生的時間不同步 (時差) 問題?
- Windows + Ubuntu雙系統時間不一致