Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!mentor.cc.purdue.edu!mace.cc.purdue.edu!abe From: abe@mace.cc.purdue.edu (Vic Abell) Newsgroups: comp.sys.next Subject: Re: Setting timezone? Message-ID: <2259@mace.cc.purdue.edu> Date: 21 Apr 89 17:11:45 GMT References: <39536@think.UUCP> Reply-To: abe@mace.cc.purdue.edu (Vic Abell) Distribution: usa Organization: Purdue University Lines: 14 To change the time zone you must at least set the proper link from the time zone file for your zone in /etc/zoneinfo to /etc/zoneinfo/localtime. In your case, that would be to link EST to localtime. You may also want to add the following to /etc/rc.boot: date -t 300 > /dev/console or, if you are in a zone where DST is possible, date -t 300 -d 1 > /dev/console The -t option sets the CUT offset (in minutes); the -d option sets the DST flag on.