进入ubuntu安装ntpdate 时间同步服务。
sudo apt-get install ntpdate
安装完成后使用ntpdate同步时间,同步服务器使用windows的。
sudo ntpdate time.windows.com
最后将时间更新到硬件上:
sudo hwclock --localtime --systohc
进入windows10稍等几秒,等windows 同步时间,正常可以看到windows10时间恢复正常时间
未经允许不得转载:爱折腾 » ubuntu16.04与windows10双系统下时间同步解决方法