Firstly you should log in as root, and run `date`. This will show you the current time, date and timezone and then backup your current timezone setting
mv /etc/localtime /etc/localtime-old
Create a symbolic link the timezone you want from /usr/share/zoneinfo to /etc/localtime.
For example:
ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime
Related posts:
- Disk Space Monitor Bash Script For Linux Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...
- A Time For A Change – Self Employment And Full Time Affiliate I am writing this post on Holiday in the Yorkshire Dales, we have a fantastic cottage in Carperby, with stunning views over Wensleydale. I am...
- Home Computer Network Finally Finished Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...






