Perth Daylight Saving

As anyone living in Perth, Western Australia (GMT+8) would know, `they` (`they` as in the deranged politicians), are introducing a daylight saving trial for the next 3 years.

Personally, I find the whole idea, more effort then its worth.. but anyway.. with the system coming into effect on 3rd December (this Sunday), it’s better to be ready then not.

So, without further opinionated remarks.. below are a few links to help with adjusting your Perth Linux boxes:

http://matt.ucc.asn.au/time/
http://www.greenwood.wa.edu.au/~grogers/daylight_savings

and here’s a handy shell script to apply the changes automatically:

#!/bin/sh
cd /tmp
wget http://matt.ucc.asn.au/time/Perth
cd /usr/share/zoneinfo/Australia
mv Perth Perth.orig && mv /tmp/Perth ./Perth
mv West West.orig && cp ./Perth ./West

I’ve installed this on a few boxes so far.. I’ll let you know if it was successful or not..

/me wonders about the mobile phone and whether optus will update it remotely?

No Comment

No comments yet

Leave a reply