Subject: Re: Simple Question
To: Rob Hewlett <rhewlett@novalink.com>
From: Stefan Monnier <stefan.monnier@lia.di.epfl.ch>
List: netbsd-help
Date: 02/08/1996 15:33:21
> I know this question must have a simple answer....but it is an answer I
> don't know, so here goes.
> 
> I have several BSD 1.1 machines running, but all of them think I live out
> west (that is, to say, that they all have PST listed when I log in).  How do
> I fix this?  I need to set them to EST.
> 
> Thanks in advance for the help.

make a link

	ln -s /usr/share/zoneinfo/whatever /etc/localtime

Of course, a copy works too.


	Stefan