ubuntu双系统时间错乱
作者:互联网
先在ubuntu下更新一下时间,确保时间无误:
sudo apt-get update
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
然后将时间更新到硬件上:
sudo hwclock --localtime --systohc
重新进入windows10,发现时间恢复正常了!
参考自:https://www.jianshu.com/p/9f0b01505385
标签:双系统,get,ntpdate,sudo,apt,ubuntu,错乱,com 来源: https://www.cnblogs.com/chendeqiang/p/12861752.html