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,cb2591a9113d8ee6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsread.com!news-xfer.newsread.com!nntp.abs.net!news.abs.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Advice on Calendar.Time References: <1131465873.702910.143400@g43g2000cwa.googlegroups.com> From: Stephen Leake Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:oIhGkkfluxMA2dQwfqVaV50FeJg= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 08 Nov 2005 19:23:51 -0500 NNTP-Posting-Host: 66.159.65.1 X-Complaints-To: abuse@toad.net X-Trace: news.abs.net 1131495833 66.159.65.1 (Tue, 08 Nov 2005 19:23:53 EST) NNTP-Posting-Date: Tue, 08 Nov 2005 19:23:53 EST Xref: g2news1.google.com comp.lang.ada:6305 Date: 2005-11-08T19:23:51-05:00 List-Id: "REH" writes: > We have functions that convert between our mission time and > Ada.Calendar.Time. Why? As you have seen, this is problematic. If you need some of the functions that operate on Calendar.Time, perphaps you should reimplement them to work on your mission time. I have a real-time system, and my own time type (64 bit fixed point). I don't use Ada.Calendar. -- -- Stephe