解决Windows10与Ubuntu系统时间不一致问题
Posted ghzz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决Windows10与Ubuntu系统时间不一致问题相关的知识,希望对你有一定的参考价值。
前言:
安装完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系统时间不一致问题的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu 18.04//18.10&&windows 7/10双系统系统时间不一致
Ubuntu 16.04和win10双系统时间不一致解决办法