Tag Archive: time

Jan
26

A Return To Blogging

Well it has been some time since I last posted, during that time allot of water has gone under the bridge. It was back at the end of February last year that I wrote my last blog post on this site. Shameful I know, but I have been battling against Google and others for the …

Continue reading »

Jan
14

How To Change The Timezone In Linux

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