解决Ubuntu和Windows10双系统时的时间问题

操作流程

  • Ubuntu 中 更新时间,确保时间准确无误

    sudo apt-get install ntpdate
    sudo ntpdate time.windows.com
    
  • 将时间写入硬件

    sudo hwclock --localtime --systohc
    

参考资料

关于解决windows10和ubuntu16.04双系统时win时间不对的问题

作者:Seeker  创建时间:2019-04-14 01:18
 更新时间:2019-04-22 12:14