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: 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: f43e6,37e6dbf5e31f6da0 X-Google-Attributes: gidf43e6,public X-Google-Thread: 10db24,37e6dbf5e31f6da0 X-Google-Attributes: gid10db24,public From: eachus@spectre.mitre.org (Robert I. Eachus) Subject: Re: Software Engineering News Brief Date: 1996/11/21 Message-ID: #1/1 X-Deja-AN: 197739767 references: <55nqea$32a@news2.delphi.com> <3280BAFA.1B2F@email.mot.com> organization: The Mitre Corp., Bedford, MA. newsgroups: comp.lang.ada,comp.sw.components,comp.object,comp.software-eng,comp.edu Date: 1996-11-21T00:00:00+00:00 List-Id: In article <3290e3b8.3406981@news.wam.umd.edu> rsrodger@wam.umd.edu (Robert Rodgers) writes: > I don't see why you wouldn't want to use, say, a 128bit dating system. > This would allow indexing the contents of the filesystem by date -- > including the geological record, and all of human history. For a huge > database system (say, of the sort that futurists like to talk about > for ~50 to ~100 years from now) this would be quite useful (especially > since timestamp on files has pretty much become useless). The problem is that there are incommensurate dating schemes. I may know that a particular event occured in the second year of Ramses the Second's reign and at the same time be debating furiously which century of the Hebrew calendar that date corresponds to. If you need a wide date range, you need more than one supported date format, and (in Ada) a discriminant as part of each date. Today is November 20, 1996 Gregorian, and November 7, 1996 Julian. Live with it. -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...