Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site greipa.UUCP Path: utzoo!utcs!lsuc!pesnta!twg!greipa!paul From: paul@greipa.UUCP (Paul A. Vixie) Newsgroups: net.micro.mac Subject: DST vs. Mac Message-ID: <195@greipa.UUCP> Date: Mon, 13-May-85 11:46:11 EDT Article-I.D.: greipa.195 Posted: Mon May 13 11:46:11 1985 Date-Received: Tue, 14-May-85 05:32:36 EDT Distribution: net Organization: Genstar Rental Electronics, Palo Alto, Ca. Lines: 14 I think the easiest thing to implement (certainly all that needs to be done on a single-user micro) is the GMT/CUT offset. No need to put any more logic into the clock-tick routine; just add or subtract (with wrap from 0..23) a certain number of hours when returning the system time from a ROM call. In fact, since there are some free bytes in the battery-backed-up RAM, and the ROM jump table is loaded into RAM, and it is (obviously) possible to write a desk accessory to fiddle this extra byte of information, We Don't Need To Wait For Apple To Implement This. If someone does it and it gets distributed widely, Apple will put it into the mac eventually (look at the new DA/Font Mover for an example of where Apple gets lots of their ideas). I would try this hack myself, but my only language (so far) for my mac is Modula-2, which generates M-Code.