分页: 1 / 1

SystemD下,任务栏时间显示不对

发表于 : 2011-08-04 20:11
xopher
用systemD启动,任务栏中间那个时间显示不对。

我的 /etc/rc.conf设置的是 localtime,用init启动就正常。

在终端用date输出的时间也对。

Re: SystemD下,任务栏时间显示不对

发表于 : 2011-08-04 20:12
cuihao
Archwiki说,用systemd的话,必须调成UTC:
https://wiki.archlinux.org/index.php/Systemd

Re: SystemD下,任务栏时间显示不对

发表于 : 2011-08-05 23:22
xopher
全部改成UTC了,刚开始忘了改BIOS的时间,弄得显示不对,还以为配错了。

Re: SystemD下,任务栏时间显示不对

发表于 : 2011-08-09 21:14
dongfanglu
为什么就不能支持localtime呢?

Re: SystemD下,任务栏时间显示不对

发表于 : 2011-08-09 21:22
cuihao
dongfanglu 写了:为什么就不能支持localtime呢?
貌似fedora的就支持。
不清楚为啥Arch的不行。

不过使用UTC是Unix系统的一贯风格啦。

Re: SystemD下,任务栏时间显示不对

发表于 : 2011-08-10 0:14
cnkilior
Yes, it is written systemd, not system D or System D, or even SystemD. And it isn't system d either. Why? Because it's a system daemon, and under Unix/Linux those are in lower case, and get suffixed with a lower case d. And since systemd manages the system, it's called systemd. It's that simple. The only situation where we find it OK to use an uppercase letter in the name (but don't like it either) is if you start a sentence with systemd. On high holidays you may also spell it sÿstëmd. But then again, Système D is not an acceptable spelling and something completely different (though kinda fitting).

Re: SystemD下,任务栏时间显示不对

发表于 : 2011-08-10 22:47
dongfanglu
我在/etc/rc.local里面添加hwclock --systz来解决