[原创]Linux和Windows双系统带来的系统时间问题的解决详述

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
头像
pllion
帖子: 216
注册时间: 2008-11-09 9:06

Re: [原创]Linux和Windows双系统带来的系统时间问题的解决详述

#16

帖子 pllion » 2009-10-30 18:17

mark!
viewtopic.php?f=33&t=172235
Sometimes I wonder will God ever forgive us for what we've done to each other? Then I look around and I realize,God left this place a long time ago.
头像
winneis
帖子: 964
注册时间: 2008-02-02 20:09

Re: [原创]Linux和Windows双系统带来的系统时间问题的解决详述

#17

帖子 winneis » 2009-12-13 23:19

:em20
活着很好。人生不易
jakeycool
帖子: 16
注册时间: 2008-04-28 0:06

Re: [原创]Linux和Windows双系统带来的系统时间问题的解决详述

#18

帖子 jakeycool » 2010-01-04 21:02

又学到了东西,哈哈,谢谢楼主!
头像
萧萧秋水
帖子: 33
注册时间: 2008-11-08 22:51

Re: [原创]Linux和Windows双系统带来的系统时间问题的解决详述

#19

帖子 萧萧秋水 » 2010-08-30 0:28

编辑文件 /etc/default/rcS ,在命令行(即终端)输入:

代码: 全选

sudo cp /etc/default/rcS /etc/default/rcS_backup
sudo gedit /etc/default/rcS
找到
...
UTC=yes
...
替换为
UTC=no
保存文件,在系统->系统管理->日期和时间中,设置为正确的日期和时间,在命令行输入下面的命令重启时间:

代码: 全选

sudo /etc/init.d/hwclock restart
搞定。
wx85105157
帖子: 108
注册时间: 2010-01-21 23:09

Re: [原创]Linux和Windows双系统带来的系统时间问题的解决详述

#20

帖子 wx85105157 » 2010-10-04 2:18

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"Bias"=dword:fffffe20
"DaylightBias"=dword:00000000
"DaylightName"="@tzres.dll,-571"
"DaylightStart"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"StandardBias"=dword:00000000
"StandardName"="@tzres.dll,-572"
"StandardStart"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"TimeZoneKeyName"="China Standard Time"
"DynamicDaylightTimeDisabled"=dword:00000000
"ActiveTimeBias"=dword:fffffe20
"RealTimeIsUniversal"=dword:00000001

或者把以上文本保存为*.reg双击导入也行。
autocup
帖子: 408
注册时间: 2010-01-23 20:36

Re: [原创]Linux和Windows双系统带来的系统时间问题的解决详述

#21

帖子 autocup » 2010-12-11 20:32

:em11 mark
ubuntu
头像
kind03
帖子: 68
注册时间: 2008-10-25 23:52
联系:

Re: [原创]Linux和Windows双系统带来的系统时间问题的解决详述

#22

帖子 kind03 » 2012-02-19 21:57

我有一个更简单的思路:把ubuntu的时区设置为+0时区,比如伦敦,应该就可以解军问题了。如果不行再禁止unbuntu自动修改bios时间。。。
回复