美文网首页
windows与ubuntu的本地时间不一致

windows与ubuntu的本地时间不一致

作者: spfanlost | 来源:发表于2020-03-13 22:27 被阅读0次

当windows与ubuntu的本地时间--硬件时间转换关系不同时,一定会出现时间不同步问题。
问题解决:
在ubuntu18.04下更新本地时间:
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
将本地时间更新到硬件上:
sudo hwclock --localtime --systohc
重启进入windows,problem solved!

相关文章

网友评论

      本文标题:windows与ubuntu的本地时间不一致

      本文链接:https://www.haomeiwen.com/subject/jdcushtx.html