Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: how to set timezone in BSD Message-ID: <2959@auspex.auspex.com> Date: 22 Feb 90 23:24:09 GMT References: <24337@princeton.Princeton.EDU> Distribution: na Organization: Auspex Systems, Santa Clara Lines: 13 >How do you set the timezone on a BSD system? It defaults to Pacific >time. > >I am running AOS, IBM's port of BSD for the RT, which is very close >to the real thing. > >Please *post* the answer, don't mail it. OK, if you say so.... Unless the AOS release has the "Arthur Olson" time zone code, you do it by telling the kernel about it. You can do that at configuration time, or by writing a program to use "settimeofday()" to do it.