Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!purdue!mentor.cc.purdue.edu!nova.cc.purdue.edu!gerrit From: gerrit@nova.cc.purdue.edu (Gerrit) Newsgroups: comp.sys.next Subject: Setting time on the NeXT - an answer Message-ID: <2497@mentor.cc.purdue.edu> Date: 21 Apr 89 03:01:25 GMT Sender: news@mentor.cc.purdue.edu Reply-To: gerrit@nova.cc.purdue.edu (Gerrit) Distribution: usa Organization: Purdue University Lines: 24 To set the appropriate timezone: cd /etc/zoneinfo su rm localtime ln EST localtime Now for the undocumented trick... The date command takes a couple of options: -t minutes_West and -d . In Indiana, we are 300 minutes West of standard time, so in /etc/rc.boot we add: date -t 300 > /dev/console For someone in Illinois, the date line might be something like: date -t 360 -d 1 > /dev/console This change will allow things like sendmail to correctly date stamp mail. Gerrit Huizenga NeXT Workstation Support Purdue University Computing Center gerrit@mentor.cc.purdue.edu