Siduction Forum

Siduction Forum => Software - Support => Topic started by: libcha on 2012/12/28, 21:18:16

Title: [solved] clock shows UTC, not localtime
Post by: libcha on 2012/12/28, 21:18:16
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 :)
Title: RE: clock shows UTC, not localtime
Post by: timc on 2012/12/28, 23:53:54
It should be: dpkg-reconfigure tzdata

See http://wiki.debian.org/TimeZoneChanges

Tim