Subject: Re: TZ
To: Georges Heinesch , netbsd-amiga <port-amiga@NetBSD.ORG>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 06/20/1998 18:49:48
On Fri, Jun 19, 1998 at 04:41:49PM +0200, Georges Heinesch wrote:
> NetBSD expects the Amiga clock to be set to UTC.
> AmigaOS expects the Amiga clock to be set to local time.
> 
> What can be done about that on which system (NetBSD or AmigaOS side)?

Either:

- use the "unixclock" program from Aminet to make AmigaOS use a battery clock
running in UTC

- use the RTC_OFFSET kernel option to make NetBSD translate the battery clock
to UTC when reading or writing it.

	-is