level 4
有没有会的?安装的时候选择UTC时区,不用CST时区。
2016年10月15日 06点10分
1
level 1
一,解决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分
3
不在一个频道上
2016年10月22日 14点10分
你那是安装时是utc时间,现在安装默认是cst时间,我要的是安装时选择utc时间
2016年10月22日 14点10分