Windows和Linux时间相差8个小时
安装linux系统比如deepin、ubuntu之后和Windows两个系统时间相差八个小时的解决方案: 在linux系统下依次输入下方命令:
sudo apt install ntpdate
sudo ntpdate time.windows.com
sudo hwclock --localtime --systohc
最后一句被转码了,实际上是这样的:
安装linux系统比如deepin、ubuntu之后和Windows两个系统时间相差八个小时的解决方案: 在linux系统下依次输入下方命令:
sudo apt install ntpdate
sudo ntpdate time.windows.com
sudo hwclock --localtime --systohc
最后一句被转码了,实际上是这样的: