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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,832f7594a9660d69,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m73g2000cwd.googlegroups.com!not-for-mail From: "markp" Newsgroups: comp.lang.ada Subject: Ada.Real_Time Vs. Ada.Calendar Date: 22 Nov 2006 07:24:11 -0800 Organization: http://groups.google.com Message-ID: <1164209051.002619.21380@m73g2000cwd.googlegroups.com> NNTP-Posting-Host: 155.104.37.18 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1164209057 22518 127.0.0.1 (22 Nov 2006 15:24:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 22 Nov 2006 15:24:17 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m73g2000cwd.googlegroups.com; posting-host=155.104.37.18; posting-account=_Inhcg0AAAAPC2BsuUqoGG-atarvM4_J Xref: g2news2.google.com comp.lang.ada:7642 Date: 2006-11-22T07:24:11-08:00 List-Id: I need to compare data types that are stored in Ada.Real_Time.Time and Ada.Calendar.Time. I know I can get a seconds count from each package. However, is it the same time base? Is it dependant on the hardware it is run on?