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!e16g2000pri.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Getting current date and time Date: Mon, 23 Jul 2007 14:39:57 -0700 Organization: http://groups.google.com Message-ID: <1185226797.334917.46140@e16g2000pri.googlegroups.com> References: <1185139279.071088.106330@d55g2000hsg.googlegroups.com> <1185145228.126307.301840@d55g2000hsg.googlegroups.com> <1185220676.926492.258330@g4g2000hsf.googlegroups.com> <1185220926.372760.52420@q75g2000hsh.googlegroups.com> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1185226798 10892 127.0.0.1 (23 Jul 2007 21:39:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 23 Jul 2007 21:39:58 +0000 (UTC) In-Reply-To: <1185220926.372760.52420@q75g2000hsh.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.7.12-1.3.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: e16g2000pri.googlegroups.com; posting-host=66.126.103.122; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news1.google.com comp.lang.ada:16573 Date: 2007-07-23T14:39:57-07:00 List-Id: On Jul 23, 1:02 pm, Maciej Sobczak wrote: > On 23 Lip, 21:57, Maciej Sobczak wrote: > > > > Ada.Calendar > > >http://www.adaic.org/standards/05aarm/html/AA-TOC.html > > > Am I missing something by not being able to find it on this page? > > I've found it now in the Index - it is described in section 9.6, which > is not part of the standard library description. The first page of Annex A lists all the packages in the standard library, along with the RM reference where each package is defined. Ada.Calendar is there. They're not all defined in the annexes; some of the packages are defined in chapters 3, 7, 9, 11, and 13. Other than that list, I don't think there is a particular section of the manual that is called "the standard library description". -- Adam