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: How to set the time zone on a NeXT (under 0.8 at least) Message-ID: <1676@mace.cc.purdue.edu> Date: 9 Feb 89 22:04:45 GMT References: <10176@ut-emx.UUCP> Organization: Purdue University Lines: 13 In article <10176@ut-emx.UUCP>, mic@ut-emx.UUCP (Mic (... K[a-z]+) Kaczmarczik) writes: > How are the rest of you setting the local time zone on your cubes? /etc/zoneinfo/localtime need only be a link to the proper /etc/zoneinfo file - CST, EST, etc. You must also teach the kernel your time zone. Otherwise it will require a PST bias when you enter the time with date(1) and sendmail will continue to stamp your letters with PST. There is a new flag to date(1) that does this: "-t ". Add it to the first date(1) command in /etc/rc.boot - e. g., to establish EST date -t 300 >/dev/console