Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/15/85; site seismo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!mo From: mo@seismo.UUCP (Mike O'Dell) Newsgroups: net.micro.mac Subject: Date and time keeping Message-ID: <2254@seismo.UUCP> Date: Fri, 10-May-85 16:10:40 EDT Article-I.D.: seismo.2254 Posted: Fri May 10 16:10:40 1985 Date-Received: Sun, 12-May-85 01:32:42 EDT Organization: Center for Seismic Studies, Arlington, VA Lines: 13 Keywords: Zulu Ah yes, the old bugaboo of keeping system time in some awful local time. One of the things done right by Unix is to keep system time in GMT (or CUT as it is now known to some degree in inaccuracy) and convert using an adjustable bias when displaying it to humans. System III's predicessor started the useful hack of making this bias a per-user adjustable quantity, so if I am on the East Coast using a West Coast computer, "date" can give me "my local time". So, by keeping system time in CUT, you don't have to adjust the clock when you get off the plane - this can cause havoc with things like Make - OOPS, don't have such tools on the Mac :-)!!! You just adjust the offset for the local bias from GMT. Temporally yours, -Mike O'Dell