前言:
安装完windows与Ubuntu双系统之后会发现windows与Ubuntu时间不一致。这是硬件时间都一样的情况下,Ubuntu使用的是UST,Windows使用的是CST。要解决该问题就要对这两个时间进行同步即可。
解决:
打开Ubuntu终端输入:
sudo apt-get install ntpdate sudo ntpdate time.windows.com sudo hwclock --localtime --systohc
2021-09-29 03:02:46
安装完windows与Ubuntu双系统之后会发现windows与Ubuntu时间不一致。这是硬件时间都一样的情况下,Ubuntu使用的是UST,Windows使用的是CST。要解决该问题就要对这两个时间进行同步即可。
打开Ubuntu终端输入:
sudo apt-get install ntpdate sudo ntpdate time.windows.com sudo hwclock --localtime --systohc