Path: utzoo!mnetor!uunet!uvm-gen!tnl!norstar From: norstar@tnl.UUCP (Daniel Ray) Newsgroups: comp.unix.xenix Subject: Re: Daylight Savings on SCO Xenix Message-ID: <38@tnl.UUCP> Date: 6 Apr 88 23:15:47 GMT References: Organization: The Northern Lights, Burlington VT Lines: 13 Summary: TZ variable In article , jl42+@andrew.cmu.edu (Jay Mathew Libove) writes: > How do we reconfigure SCO Xenix so that it becomes aware of the new days > for Daylight Savings Time to start and end? To get my machine to automatically shift to daylight savings time, I put the following line in /etc/default/login : TZ=EST5:00:00,EDT4:00:00,M4.1.0/2:00:00,M10.5.0/2:00:00 which exports the TZ variable to all login shells. Change the "EST/EDT" to your time zone. dan