Subject: Re: Booter 1.11.3
To: None <ulrich.hausmann@a2e.hp.shuttle.de>
From: Ken Nakata <kenn@synap.ne.jp>
List: port-mac68k
Date: 09/21/1998 03:00:25
On Sun, 20 Sep 1998 19:19:14 +0200, Ulrich Hausmann wrote:
> 
> Sun Sep 20 10:01:25 PDT 1998
                      ^^^
>            ^^^^^^^^     <-- that is my time -540 minutes!

PDT stands for Pacific Daylight saving Time, which is used in states
like California, Oregon and Washington in the United States.  The fact
that date command prints the time in PDT means that you have not
updated your timezone information according to your area.

The standard procedure for this is

	rm /etc/localtime
	ln -s /usr/share/zoneinfo/your-timezone /etc/localtime

/usr/share/zoneinfo/Europe/Berlin might work for you?

Ken