Subject: Re: double summertime :-(
To: David Laight <david@l8s.co.uk>
From: Rui-Xiang Guo <rxg@ms25.url.com.tw>
List: port-i386
Date: 04/25/2002 02:48:38
> > > Anyone know any idea why this code is still broken
> > > after so many years?
> > 
> > The fix is:
> > 
> > options     RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
> 
> No it isn't!
> That is already set.
> Changing RTC_OFFSET would require a summer kernel and a winter kernel!
> But I suspect that everytime I load win98 it will advance the clock
> another hour!

Hi, you have to set:

options     RTC_OFFSET=60

in your kernel config file and be sure your /etc/localtime link to
the correct file. Then reboot your system, set your time either in win98 or
in NetBSD would be ok.

-rxg