Linux Windows双系统时间同步
最近发现ubuntu和Windows做双系统,时间经常会出现变成UTC时间的问题,就算设置了也没有用,进一下ubuntu,windows的时间就会变成UTC时间
使用以下命令在ubuntu里输入解决:
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
sudo hwclock --localtime --systohc
最近发现ubuntu和Windows做双系统,时间经常会出现变成UTC时间的问题,就算设置了也没有用,进一下ubuntu,windows的时间就会变成UTC时间
使用以下命令在ubuntu里输入解决:
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
sudo hwclock --localtime --systohc