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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5e6cd5f14ba7574e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-04 14:56:12 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!gw1.att.com!csn!decwrl!hookup!news.mathworks.com!mvb.saic.com!dayuc.dayton.saic.com!hopper.dayton.saic.com!jim_Hopper From: James Hopper Newsgroups: comp.lang.ada Subject: extended Calendar Date: 4 Jan 1995 22:56:12 GMT Organization: SAIC Distribution: world Message-ID: <3ef92d$nu2@dayuc.dayton.saic.com> NNTP-Posting-Host: hopper.dayton.saic.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: Nuntius 1.3b21_PPC X-XXMessage-ID: X-XXDate: Wed, 4 Jan 1995 17:55:58 GMT Date: 1995-01-04T22:56:12+00:00 List-Id: Post is for a friend please respond to me either here or via email. thanks jim ====> I'm looking for an Ada Julian calendar package that will allow me to perform + and - operations for a delta greater than 1 day. (The standard Ada package provides the needed functionality but limits the delta to 1 day.) It needs to take into account crossing boundaries of leap years, months with 30 days, months with 31 days etc. Example of what I want (10:05 1/5/95) - (1:00 1/1/1995) = 3 days 14 hours 55 minutes (or any form that can be easily converted)