Its that time of year!

Dennis L. Mumaugh dlm at cuuxb.ATT.COM
Thu Mar 30 09:04:27 AEST 1989


This is the time of year that Congress in its infinite wisdom had
decided to change the clock.  In the past the change to Daylight
Savings Time was done on the last Sunday of April, but recently
it is done on the FIRST Sunday in April.

Some of the older versions of UNIX System V are unaware of this.
Specifically, any thing earlier than System V Release 3.1 and/or
C Issue 4.1 are not aware of the new time change rules.

Those having earlier releases of UNIX will have to perform a work
around for the next three weeks.

If you do not already have a file /etc/TIMEZONE create one with
the entry below.  Then add the following to all /etc/*rc scripts
and /etc/profile at the beginning of the script:
	. /etc/TIMEZONE

As soon as convenient after the time change edit your
/etc/TIMEZONE file as an example:

Old:
	TZ=CST6CDT
	export TZ
New:
	TZ=CDT5
	export TZ

That is, delete the daylight part of the line and change the GMT
offset by adding one.

There are parts of North America such as Arizona, parts of
Indiana and Canada that do not observe DST at all.

Also, you are warned that cron has problems with the time change.
WE recommend that one kills cron (kill -15) and restarts cron
AFTER making the above change.  Any cron job scheduled around
that time may be run twice!
-- 
=Dennis L. Mumaugh
 Tier IV UNIX Software Support
 Lisle, IL  ...!{att,lll-crg,attunix}!cuuxb!dlm  OR dlm at cuuxb.att.com



More information about the Comp.sys.att mailing list