Comment 8 for bug 15514

Revision history for this message
Roman Polach (rpolach) wrote :

I had similar problem: When synchronization was enabled, gnome clock applet
shows time in UTC even I have set Europe/Prague zone and "show UTC" was not checked... When I have adjusted time manualy, it does not change the time at all, I must disable synchronization and then it works.. but when I enable synchronization, the UTC was back... then I have solved this problem by this:
# rm /etc/localtime && ln -s /usr/share/zoneinfo/Europe/Prague /etc/localtime
...but this is an workaround and should be fixed properly..