Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!ames!hc!beta!cmcl2!brl-adm!adm!rachiele@nadc.arpa From: rachiele@nadc.arpa Newsgroups: comp.unix.questions Subject: re: stupid time zone question Message-ID: <7299@brl-adm.ARPA> Date: Fri, 8-May-87 08:37:06 EDT Article-I.D.: brl-adm.7299 Posted: Fri May 8 08:37:06 1987 Date-Received: Sat, 9-May-87 18:58:34 EDT Sender: news@brl-adm.ARPA Lines: 14 On system V machines, to get the time zone to come up right all you have to do is properly set the TZ parameter. The file /etc/profile is executed when every user logs in, so this is the normal place to do it. Find where the TZ variable is set to EST5EDT, this is most likely what you get when you buy unix, and change it to CST6CDT which is what I assume you need. (I am assuming you use daylight savings time? otherwise RTFM). If a user of your system doesn't like the central time default he can override it by puting the TZ variable into his personal .profile file in his home directory. OK? Jim rachiele@nadc.arpa