From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f43e6,37e6dbf5e31f6da0 X-Google-Attributes: gidf43e6,public X-Google-Thread: 103376,37e6dbf5e31f6da0 X-Google-Attributes: gid103376,public X-Google-Thread: ff6c8,37e6dbf5e31f6da0 X-Google-Attributes: gidff6c8,public X-Google-Thread: 1108a1,37e6dbf5e31f6da0 X-Google-Attributes: gid1108a1,public X-Google-Thread: 10db24,37e6dbf5e31f6da0 X-Google-Attributes: gid10db24,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Software Engineering News Brief Date: 1996/11/07 Message-ID: #1/1 X-Deja-AN: 195474715 references: <55nqea$32a@news2.delphi.com> <3280BAFA.1B2F@email.mot.com> organization: New York University newsgroups: comp.lang.ada,comp.sw.components,comp.object,comp.software-eng,comp.edu Date: 1996-11-07T00:00:00+00:00 List-Id: Tom Reid says "Anyone know why they didn't make it a span of 255 years and not waste digits?" First, there is nothing special about 255 years, since typically representations of time don 't work that way in any case (e.g. a typical representation of time is duration wrt some reference point). Second, since time is a private type, it is unlikely that any Ada programs will in fact have a 2100 problem which cannot be trivially corrected (no doubt on the 512-bit machines of the day, large ranges will not be a problem). Third, the range given has one nice characteristic, no special handling of leap years is needed (2100 is not a leap year). I will guess in fact that the issue in 2100 will precisely be problems on Feb 29th :-)