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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a875d9649dde34e3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny06.POSTED!da342007!not-for-mail From: "stephane richard" Newsgroups: comp.lang.ada References: Subject: Re: GWindows Database time type X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Message-ID: Date: Fri, 01 Oct 2004 10:07:44 GMT NNTP-Posting-Host: 141.149.82.128 X-Complaints-To: abuse@verizon.net X-Trace: trndny06 1096625264 141.149.82.128 (Fri, 01 Oct 2004 06:07:44 EDT) NNTP-Posting-Date: Fri, 01 Oct 2004 06:07:44 EDT Xref: g2news1.google.com comp.lang.ada:4497 Date: 2004-10-01T10:07:44+00:00 List-Id: "Randy Brukardt" wrote in message news:LNadndc5E8x7VcHcRVn-> > One obvious point is that you should determine what operations are needed > that are not provided by the standard. Remember that Ada 2005 includes > additional date/time operations for time zones, arithmetic, and > formatting, > so it doesn't make much sense to re-invent the wheel in those areas. It > also > expands the range of years upwards. > > What's missing there (more advanced time zones, fancy date and time > output) > probably can be built on top of those packages better and quicker than > starting from scratch. > > Randy. > Indeed, maybe I didn't read the thread correctly, I thought there was no "viable calendar" in Ada, at least not at the level of discussion so far. If there is, I agree that more advanced time zones, fancy date and time output could probably be added like you said :-).