Results 1 to 4 of 4

Thread: Change timezone for daylight saving for Perth, Western Australia's

  1. #1
    Join Date
    Jan 2006
    Beans
    25

    Red face Change timezone for daylight saving for Perth, Western Australia's

    This implements the daylight savings rules rushed into operation (grrr!) by the WA govt in late November for a change to daylight saving on Dec 3. That's today!
    http://wa.gov.au/daylightsaving/

    Well, some of the chaos has started already this morning, with the local newspaper's printing presses out of action, so only a limited supply of the newpapers are out there this morning (I think the ones that were printed were done before the changeover).

    Anyway, on to the howto...

    1. Download the customised Perth & West Australian daylight savings file Perth o say /tmp
      http://matt.ucc.asn.au/time/Perth
    2. Open a terminal window, and sudo sh
    3. cd /usr/share/zoneinfo/Australia
    4. cp Perth Perth_pre_daylight_saving
    5. cp West West_pre_daylight_saving
    6. cp /tmp/Perth ./Perth
    7. cp /tmp/Perth ./West
    8. As per the information at http://matt.ucc.asn.au/time/README.txt
      you can check if it using zdump -v Australia/Perth and zdump -v Australia/West
    9. Now reboot, your system time should have updated itself (assuming you are using NTP time servers), or if not you will have to reset your clock manually.


    I tested this on Breezy, but it should work the same on pretty much any version of Ubuntu, or for that matter on linux.

    The nice thing about the timezone fix is that it includes all the start/end dates for the next 3 years. Thanks Matt. Thantt!

    Nice to see the WA University Computer Club is still there, I was once a president of the UCC! Famous or infamous, make up your own mind.
    Last edited by indulis; February 3rd, 2007 at 07:31 AM. Reason: update URLs

  2. #2
    Join Date
    Jun 2006
    Location
    Perth, Western Australia
    Beans
    30
    Distro
    Ubuntu 10.04 Lucid Lynx

    Smile Re: Change timezone for daylight saving for Perth, Western Australia's

    G'day,

    Works for me.

    Thanks,
    Chris.

  3. #3
    Join Date
    Dec 2006
    Beans
    1

    Re: Change timezone for daylight saving for Perth, Western Australia's

    Quote Originally Posted by indulis View Post
    • Now reboot, your system time should have updated itself (assuming you are using NTP time servers), or if not you will have to reset your clock manually.
    Or, instead of rebooting, just run
    Code:
    sudo tzconfig
    and re-set your timezone to Australia/Perth (ie, answer 'y' to the first question).
    Last edited by jk-; December 18th, 2006 at 10:28 AM. Reason: and by 'n' i mean 'y' :)

  4. #4
    Join Date
    Dec 2006
    Location
    Perth, Western Australia
    Beans
    1

    Talking Re: Change timezone for daylight saving for Perth, Western Australia's

    Works fine for me under Mandriva Linux 10.0, 2006, 2007.0. Thank you!

    The timezone-setter tool is called tzselect.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •