问题描述
ubuntu 和 windows 双系统使用过程中,发现从一个系统切换到另一个系统后,时间就会出错,表现为时差8小时。如何解决?
1、安装时间同步工具
sudo apt install ntpdate
2、使用工具通过互联网同步时间
sudo ntpdate time.windows.com
3、把时间机制从UTC改成localTime,并同步BIOS硬件时间
sudo hwclock --localtime --systohc
更换系统查看时间是否同步。