Subject: Re: How to set time
To: Henry B. Hotz <hotz@libra.loral.com>
From: Ken Nakata <kenn@romulus.rutgers.edu>
List: macbsd-general
Date: 04/25/1995 14:22:27
> At 11:32 AM 4/24/95 +0900, wada@emws1.ee.ibaraki.ac.jp (Wada,
> Tatsuaki/=?ISO-2022-JP?B?GyR wrote:
> >But 'date' command displays wrong time.
> >My system clock is set to local time (JST).

Log in as root, and:

cd /etc
rm -f localtime
ln -s /usr/share/zoneinfo/Japan localtime

> Ignoring complications like Daylight Savings Time I think Japan should have
> a bias of +7 hours.

Actually, it's GMT+9 hours without DST.

Ken