解决w10与ubuntu18.04时间不同步问题

先在ubuntu下更新一下时间,确保时间无误:

打开终端

sudo apt-get install ntpdate
sudo ntpdate time.windows.com

然后将时间更新到硬件上:

sudo hwclock --localtime --systohc

重新进入windows10,发现时间恢复正常了!

posted @ 2018-11-09 22:19  cn_gzb  阅读(423)  评论(0编辑  收藏  举报