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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a3358f1ef9d04e63,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-17 09:44:19 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!dispose.news.demon.net!demon!newsfeed.icl.net!newsfeeds.belnet.be!news.belnet.be!btnet-peer1!btnet-feed5!btnet!mendelevium.btinternet.com!not-for-mail From: "singlespeeder" Newsgroups: comp.lang.ada Subject: Calendar - leap seconds Date: Sat, 17 Mar 2001 17:46:36 -0000 Organization: BT Internet Message-ID: <9907k6$bgu$1@uranium.btinternet.com> NNTP-Posting-Host: host213-122-4-2.btinternet.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Xref: supernews.google.com comp.lang.ada:5805 Date: 2001-03-17T17:46:36+00:00 List-Id: How do I handle leap seconds using Ada.Calendar as the subtype Day_Duration doesn't have enough space for them? ARM 9.6(11): subtype Day_Duration is Duration range 0.0 .. 86_400.0; Am I best just declaring my own subtype with the required range? singlespeeder