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:

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

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:

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

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

  1. #!/bin/sh
  2. cd /tmp
  3. wget http\:\/\/matt.ucc.asn.au\/time\/Perth
  4. cd /usr/share/zoneinfo/Australia
  5. mv Perth Perth.orig && mv /tmp/Perth ./Perth
  6. 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 successfull or not..

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

Tags: