您尚未登录。

#1 2011-12-03 22:01:03

_Fly
会员
注册时间: 2011-11-08
帖子: 15

还是搞不定时间

arch utc
xp  gmt
win7 又  utc  此utc 非 arch的utc   :em20

离线

#2 2011-12-03 22:35:04

tenzu
论坛版主
注册时间: 2011-08-21
帖子: 148

Re: 还是搞不定时间

用local time


I'm not a geek

离线

#3 2011-12-03 22:36:18

linlee
会员
注册时间: 2011-10-08
帖子: 21

Re: 还是搞不定时间

不是说双系统最好用localtime吗?

离线

#4 2011-12-03 23:27:57

ffwalle
机器人
注册时间: 2011-12-03
帖子: 393

Re: 还是搞不定时间

我也遇到过你的问题,我解决了。网上现在说的大多都是错的,我描述我的方法如下,希望能对你有帮助。

如果你是双系统(arch和其他比如win一起存在于不同分区),那么你rc.conf里面最好写成UTC,不然其他系统的时间可能会乱掉,当然,如果你不介意这个,那没关系,你设置成localtime吧。

不然,安装ntpd,这个时间同步工具

su
<password>
pacman -S ntpd

然后将ntpd加入rc.conf最后的启动项,可以设置成@ntpd的后台启动(不过无所谓,基本忽略启动时间)
然后这个程序会在你系统时间误差超过180s的时候自动同步(如果没有立即看到效果,请稍等一下)

这里有一个问题,你可能需要自己设置一下时间服务器的地址,编辑/etc/ntp.conf文件,添加你的时间服务器,格式见该文件自己的内容说明。
比如我的如下

# With the default settings below, ntpd will only synchronize your clock.
#
# For details, see:
# - the ntp.conf man page
# - http://support.ntp.org/bin/view/Support/GettingStarted
# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon

# Select three geolocalized NTP public servers; see http://www.pool.ntp.org/
server 0.asia.pool.ntp.org
server 1.asia.pool.ntp.org
server 2.asia.pool.ntp.org
server 3.asia.pool.ntp.org

# Only allow read-only access from localhost
restrict default nomodify nopeer
restrict 127.0.0.1

# Location of drift and log files
driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntp.log

# NOTE: If you run dhcpcd and have lines like 'restrict' and 'fudge' appearing
# here, be sure to add '-Y -N' to the dhcpcd_ethX variables in /etc/conf.d/net

完成了这些,如果你用gnome3,可能还有一个问题就是gnome3的gnome-control-center中那个时间设置网络时间无法正常工作,没关系,忽略它吧,ntpd会在后台帮你自动同步好时间。


just for fun :-)

离线

#5 2011-12-05 21:50:26

Boneflame
会员
注册时间: 2011-10-15
帖子: 59

Re: 还是搞不定时间

参照这个帖子

做一个.reg,把瘟到死的utc打开就行了

代码: 全选
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
     "RealTimeIsUniversal"=dword:00000001

离线

#6 2011-12-05 23:21:38

ffwalle
机器人
注册时间: 2011-12-03
帖子: 393

Re: 还是搞不定时间

Boneflame 说:

参照这个帖子

做一个.reg,把瘟到死的utc打开就行了

代码: 全选
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
     "RealTimeIsUniversal"=dword:00000001

不好


just for fun :-)

离线

#7 2011-12-06 21:51:22

Boneflame
会员
注册时间: 2011-10-15
帖子: 59

Re: 还是搞不定时间

walle 说:
Boneflame 说:

参照这个帖子

做一个.reg,把瘟到死的utc打开就行了

代码: 全选
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
     "RealTimeIsUniversal"=dword:00000001

不好

只是打开win的UTC而已

离线

#8 2011-12-06 21:53:24

jtshs256
论坛版主
注册时间: 2011-08-19
帖子: 294

Re: 还是搞不定时间

win7+lin 用 utc 还是很正常的……

离线

页脚