Path: utzoo!attcan!uunet!ukma!mailrus!ames!killer!pollux!dga From: dga@pollux.UUCP (David Aldrich) Newsgroups: unix-pc.general Subject: Re: Daylight savings time problem Message-ID: <14779@pollux.UUCP> Date: 5 Apr 89 00:24:27 GMT References: <9139@alice.UUCP> <139@gnosys.UUCP> <38164@bbn.COM> Reply-To: dga@pollux.UUCP () Distribution: na Organization: Department of Electrical Engineering; S.M.U.; Dallas, TX, 75275 Lines: 11 I have implemented a kludge fix that does work... when its time to switch timezones you just have to patch the /etc/TZ file for CST/CDT like so.. during CST the TZ fils says CST6 dirubg CDT the file says CDT5 this does a few things 1) it keeps GMT correct. 2) all the programs work with it.. there is 1 drwaback.. you have to reboot to make it take affect globally.. It does affect all subsequent logins etc. but the smgr doesnt know about the file being edited.