I don't have the directory /usr/share/zoneinfo and no /etc/localtime.
What is the purpose of these and how do I get them?
Install the "timezones" package (it's in the official feed) to get /usr/share/zoneinfo - this contains a bunch of files with timezone info. /etc/localtime is simply a symlink to the relevant timezone file in /usr/share/zoneinfo for your neck of the woods - you have to create it yourself after installing said package.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140223\"][{POST_SNAPBACK}][/a][/div]
Well, thanks. Now I have all I need it seems.
However, if I execute the script, following happens:
I live in Germany. It is 22:10 (10:10pm).
hwclock is set to 8:10pm by the script.
clock in tray then also shows 8:10pm (20:10).
OK, probably the UTC time, as it is here middle-european summertime (MEST).
Then I thought I could adjust it with the command
hwclock --hctosys
Result:
Clock in tray now shows 18:10 (6:10pm)!
What's up here?
I have linked /etc/localtime to /usr/share/zoneinfo/Europe/Berlin.
Something seems to be wrong here... ;-)
Any ideas?
Thanks
daniel