>> -----Original Message-----
>> From:
owner-misc@openbsd.org [mailto:owner-misc@openbsd.org]
>> On Behalf Of Sunnz
>> Sent: Monday, 31 March 2008 7:30 PM
>> To: OpenBSD Misc
>> Subject: Possible daytime saving bug?
>>
>> Hello,
>>
>> Running 4.2 here, and it seems like OpenBSD is one week early can it
>> comes to turning off daylight saving time, it is already one hour slow
>> and this should only happen next week.
>>
>> I looked at the errate for 4.2 but no such fix. There was one for the
>> U.S. in 4.0. But here this is Australia/Canberra.
>>
>> So is this a bug or is there someone fixing this now? Or how can I fix
>> this myself?
>
>Not a bug, unless it's a political one..
>
>
>You need to update your timezone info.
>
>I used the instructions from here with some munging:
>http://www.twinsun.com/tz/tz-link.htm
>
>Try this:
>cd /tmp
>mkdir tz
>cd tz
>wget 'ftp://elsie.nci.nih.gov/pub/tz*.tar.gz'
>gzip -dc tzcode*.tar.gz | tar -xf -
>gzip -dc tzdata*.tar.gz | tar -xf -
>make
>
>** Don't do a "make install"..
>
>Copy the file "/tmp/tz/local/zoneinfo/Australia/Adelaide" to the
>directory "/usr/share/zoneinfo/Australia"
>
>Assuming "/etc/localtime" is linked correctly to
>"/usr/share/zoneinfo/Australia/Adelaide", this should fix it
>immediately.