我的fedora 17 linode VPS显示的时间不正确。
都柏林目前的实际时间是15:13,但我的林德显示时间低于3小时45分钟:
cg@lin:~$ ls -l /etc/localtime lrwxrwxrwx 1 root root 24 Feb 6 11:26 /etc/localtime -> /usr/share/zoneinfo/Eire cg@lin:~$ date Wed Feb 6 11:28:49 GMT 2013
在Fedora中设置时区还有一个额外的步骤,我不知道?
您需要安装,configuration和打开NTP。
sudo yum install ntp sudo systemctl start ntpd.service sudo systemctl enable ntpd.service