Hello,
i have the following problem since very installation. The clock in RazorQT's Panel snow only localtime, as well as the Date utility:
libcha@princatko:~$ cat /etc/timezone
Europe/Prague
libcha@princatko:~$ date
Fri Dec 28 20:13:57 UTC 2012
Neither Tzselect, nor the following (with reboot) helped:
libcha@princatko:~$ tail -n 4 .profile
TZ='Europe/Prague'; export TZ
What shall i do to make all clock show localtime (GMT+1) ?
Thanks forward for your answers :)
It should be: dpkg-reconfigure tzdata
See http://wiki.debian.org/TimeZoneChanges
Tim