码迷,mamicode.com
首页 > Windows程序 > 详细

解决Windows10与Ubuntu系统时间不一致问题

时间:2018-07-27 19:32:18      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:apt   问题   解决   get   ntp   win   windows   windows10   安装   

前言:

  安装完windows与Ubuntu双系统之后会发现windows与Ubuntu时间不一致。这是硬件时间都一样的情况下,Ubuntu使用的是UST,Windows使用的是CST。要解决该问题就要对这两个时间进行同步即可。

解决:

  打开Ubuntu终端输入:

sudo apt-get install ntpdate
sudo ntpdate time.windows.com
sudo hwclock --localtime --systohc

 

解决Windows10与Ubuntu系统时间不一致问题

标签:apt   问题   解决   get   ntp   win   windows   windows10   安装   

原文地址:https://www.cnblogs.com/GHzz/p/9379119.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!