comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@acm.org
Subject: Re: Seconds since Epoch
Date: Tue, 08 May 2001 04:38:42 GMT
Date: 2001-05-08T04:38:42+00:00	[thread overview]
Message-ID: <mLKJ6.43241$Jh5.41288195@news1.rdc1.sfba.home.com> (raw)
In-Reply-To: 20010507203010.20139.00002459@ng-fg1.aol.com

>Is there an easy way to just get a big number of seconds since 01/01/1970 epcoh
    procedure Difference (Left, Right : Ada.Calendar.Time;
                          Days : out Day_Count;
                          Seconds : out Ada.Calendar.Day_Duration);
        -- Returns the difference between Left and Right.
        -- Days is the number of days of difference, Seconds is the
        -- remainder seconds of difference.
        -- If Left < Right, then Days is negative. (Seconds is always
        -- positive).
is available in package claw.time in the Claw free intro version.
Download it from www.rrsoftware.com



      parent reply	other threads:[~2001-05-08  4:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-08  0:30 Seconds since Epoch StocklandGreen
2001-05-08  1:33 ` David C. Hoos, Sr.
2001-05-08  1:59   ` StocklandGreen
2001-05-08  4:38 ` tmoran [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox