Xref: utzoo comp.sys.mac:29775 comp.sys.mac.hypercard:1795 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!njin!princeton!phoenix!djlinse From: djlinse@phoenix.Princeton.EDU (Dennis Linse) Newsgroups: comp.sys.mac,comp.sys.mac.hypercard Subject: Re: Wish List item for HyperCard 2.0 Summary: Be careful with daylight savings time Keywords: Daylight savings time Message-ID: <7648@phoenix.Princeton.EDU> Date: 9 Apr 89 00:39:17 GMT References: <1793@wpi.wpi.edu> Reply-To: djlinse@phoenix.Princeton.EDU (Dennis Linse) Followup-To: comp.sys.mac Distribution: usa Organization: Princeton Unversity, Princeton, NJ Lines: 29 In article <1793@wpi.wpi.edu> tron@wpi.wpi.edu (Richard G Brewer) writes: >Well, this isn't exactly a wish for HC 2.0, BUT I think that it a relivant >wish (for conveinence, if nothing else :^) ). I would like to the the US >version of the Macintosh Software automatically recognize and compensate for >daylight savings time (i.e. automatically turn the clock forward/back). I >can't see why this hasn't been done before, all it would take would be a >couple of extra flags in the system software (to determine if the clock change >has already been done), and a line of code to tell the machine to set the >clock forward/back. > [Example code deleted] > >- Richard G. Brewer While this may be a useful feature, one must be careful implementing it, for daylight savings time is far from a 'natural' occurance. The problem with implementing any simple code as suggested is that congress may change its mind and then the code causes more harm than good. There has been a discussion on comp.sys.sgi this week because some of the Iris workstations have daylight savings time conversion coded into the time functions (in Sys V). Unfortunately, it is coded as the last sunday in April and the last sunday in October. So now one has to kludge the time and the 'EDT' until it 'automatically' fixes it in a couple of weeks, and then fix it back. Therefore IF one wants to do this, make sure it is a complete implementation, not a hard coded change. Dennis -- Found at the top of a looonnng homework assignment: "Activity is the only road to knowledge" G.B. Shaw