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,27d478aa577d0f8b X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!d55g2000hsg.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: Getting current date and time Date: Sun, 22 Jul 2007 16:00:28 -0700 Organization: http://groups.google.com Message-ID: <1185145228.126307.301840@d55g2000hsg.googlegroups.com> References: <1185139279.071088.106330@d55g2000hsg.googlegroups.com> NNTP-Posting-Host: 81.158.162.86 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1185145228 4452 127.0.0.1 (22 Jul 2007 23:00:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 22 Jul 2007 23:00:28 +0000 (UTC) In-Reply-To: <1185139279.071088.106330@d55g2000hsg.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20061201 Firefox/2.0.0.5 (Ubuntu-feisty),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: d55g2000hsg.googlegroups.com; posting-host=81.158.162.86; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news1.google.com comp.lang.ada:16539 Date: 2007-07-22T16:00:28-07:00 List-Id: On 22 Jul, 22:21, Maciej Sobczak wrote: > It looks like there is no standard package for handling current time > and date and operations of these entities. > > What are the available solutions? > > -- > Maciej Sobczakhttp://www.msobczak.com/ Ada.Calendar or if you have an Ada2005 compiler Ada.Calendar + Ada.Calendar.Arithmetic, Ada.Calendar.Formatting and Ada.Calendar.Time_Zones Cheers -- Martin