You are not logged in.
Pages: 1
I'm new to both Xfce and Debian Etch. On my system the DATE command displays my correct local time, properly accounting for both time zone and daylight savings. However, the time displayed by the clock on the Xfce main panel appears to be GMT. What can I do to get the clock to display local time?
Thanks for the help!
Offline
Was there ever an answer to this question? I just loaded XFCE4 and have the same issue.
Thanks!
Offline
There are two clock applets in xfce 4.4.
Which one are you using? The 'orage' variant can display any timezone, perhaps it's misconfigured.
Offline
The same here!
I just installed Debian Jessie with Xfce 4.10.
I changed the timezone to +02 adding to the .bashrc :
TZ='Europe/Helsinki'
export TZ
If I execute in the terminal "date" the time is in my zone:
Wed 25 Dec 13:53:45 EET 2013
In the panel all the clocks are in the GMT 0 zone:
clock -> http://docs.xfce.org/xfce/xfce4-panel/clock
xfce4-datetime-plugin -> http://goodies.xfce.org/projects/panel- … ime-plugin
orage ->
what am I missing here?
Last edited by mk137 (2013-12-25 14:58:00)
Offline
Should you not be setting timezone via /etc/localtime so that the changes are system-wide? Try running:
sudo dpkg-reconfigure tzdata
...or:
dpkg-reconfigure tzdata
...as root (not sure if debian is configured with sudo or not).
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Should you not be setting timezone via /etc/localtime so that the changes are system-wide? Try running:
sudo dpkg-reconfigure tzdata
Thanks so much ToZ, it worked.
Offline
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 534.44 KiB (Peak: 535.28 KiB) ]