level 1
Ubuntu 16.04 以后,原来的修改UTC的办法不能用了,新的办法是:
一,解决Windows和Ubuntu双系统时间相差8小时:
1 先在ubuntu下更新一下时间,确保时间无误:
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
2 然后将时间更新到硬件上:
sudo hwclock --localtime --systohc
3 重新进入windows,你会发现时间恢复正常.
2016年10月18日 15点10分
1