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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: ff6c8,37e6dbf5e31f6da0 X-Google-Attributes: gidff6c8,public X-Google-Thread: 1108a1,37e6dbf5e31f6da0 X-Google-Attributes: gid1108a1,public X-Google-Thread: f43e6,37e6dbf5e31f6da0 X-Google-Attributes: gidf43e6,public X-Google-Thread: 103376,37e6dbf5e31f6da0 X-Google-Attributes: gid103376,public X-Google-Thread: 10db24,37e6dbf5e31f6da0 X-Google-Attributes: gid10db24,public From: "Larry J. Elmore" Subject: Re: Software Engineering News Brief Date: 1996/11/17 Message-ID: <01bbd490$356f8220$686700cf@ljelmore.montana>#1/1 X-Deja-AN: 197031796 references: <55nqea$32a@news2.delphi.com> <3280BAFA.1B2F@email.mot.com> <563tle$cu7$1@shade.twinsun.com> <56lvss$r82@mulga.cs.mu.OZ.AU> organization: CampusMCI newsgroups: comp.lang.ada,comp.sw.components,comp.object,comp.software-eng,comp.edu Date: 1996-11-17T00:00:00+00:00 List-Id: Robert Dewar wrote in article ... > Almost all programs that let users enter dates will want to consider > a date from the 25th century as illegal, just as illegal as the 30th of > February. It is indeed a specialized requirement to need dates very far > from the present. I certainly have never written such a program, and I > have written MANY programs that handle dates! I agree that it's unnecessary for Ada to directly support dates rtanging over thousands of years, but IMHO the 1900-2099 A.D. limit is just too small. For example, any program dealing with birthdates of people (and I'm thinking mainly in the health care field right now where many patients are elderly), many people alive today were born before 1900. Ada *should* directly support dates widely used in many programs today. Granted, this is a self-correcting problem as those people born before 1900 die off (and, granted, there's not many of them left now as it is), but I honestly can't see why the Calendar package is so limited. Why would it have been so bad to give it a somewhat larger range? -- Larry J. Elmore "A man's worth is no greater than the worth of his ambitions." -- Marcus Aurelius Antoninus, "Meditations," c. 170 A.D. "The universe is change; our lives what our thoughts make of it." -- Ibid.