|
|
问题如下:
我的bios时间是按着正常的时间设定的,比如现在是13:10,我的bios就设置成13:10。
但是,我登录时的那个界面就是21:10。
我桌面的panel上面的时间显示是13:10(我在选项里面选择了use utc)
fender@PC-486:~$ cat /etc/timezone
Asia/Shanghai
fender@PC-486:~$ cat /etc/default/rcS
#
# /etc/default/rcS
#
# Default settings for the scripts in /etc/rcS.d/
#
# For information about these variables see the rcS(5) manual page.
#
# This file belongs to the "initscripts" package.
TMPTIME=0
SULOGIN=no
DELAYLOGIN=no
UTC=yes
VERBOSE=no
FSCKFIX=no
RAMRUN=no
RAMLOCK=no
fender@PC-486:~$ date
Thu Jan 3 21:10:09 CST 2008
fender@PC-486:~$ date --u
Thu Jan 3 13:10:15 UTC 2008
我应该如何设置才能在登录界面显示正确的时间呢?
在终端里面输入date显示的是bios时间吗?
指点一下。
以前好像没有这个问题啊。
我把utc=yes改成no以后还是这样。
怎么不起作用呢? |
|