Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!bcstec!galileo!rfh3273 From: rfh3273@galileo.rtn.ca.boeing.com (Dick Harrigill) Newsgroups: comp.sys.apollo Subject: re: TZ command under sr10.3 Keywords: daylight time tz Message-ID: <350@galileo.rtn.ca.boeing.com> Date: 9 Apr 91 19:57:09 GMT Organization: Boeing Commercial Airplane Lines: 29 John Thompson writed (wrote, typed, said, pointed out, or whatever): >You need either a cron script or you run around early Sundy AM >changing the 'tz' everywhere. For everyone's edification, here is one way to globally change time zones. I believe this wouldn't work with older versions of the OS, but it does work with 10.2 & 10.3. I have run this script after the last 3-4 time changes (on an Apollo only ring network) with no other action needed: -------------------------------------------------------------------- #!/com/sh eon command := '/com/tz pdt' for node in ^"catf node_list" by line crp "^command" -on //^node -me -cp endfor ---------------------------------------------------------------------- file "node_list" simply is a list of all nodes by name -- Dick Harrigill, an independent voice from: Boeing Commercial Airplanes M/S 9R-49 PO BOX 3707 Renton Avionics/Flight Systems Seattle, WA 91824 Computing Support (206) 393-9539 rfh3273@galileo.rtn.ca.boeing.com