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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,34e6505a3616fb21 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-19 14:24:02 PST Newsgroups: comp.lang.ada Path: supernews.google.com!sn-xit-03!supernews.com!news-out.usenetserver.com!news-out-sjo.usenetserver.com!news.tele.dk!134.222.94.5!npeer.kpnqwest.net!uunet!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: calander package - Proposal for dates X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3AB68214.5ECBCF07@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <3AB2D1EF.B2CA8117@acm.org> Mime-Version: 1.0 Date: Mon, 19 Mar 2001 22:03:00 GMT X-Mailer: Mozilla 4.5 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: supernews.google.com comp.lang.ada:5877 Date: 2001-03-19T22:03:00+00:00 List-Id: Pascal Obry wrote: > > Jeffrey Carter writes: > > > This proposal limits you to a fixed set of formats. If the format you > > need is not in that set, you are out of luck. > > Indeed. Please have a look at the GNAT.Calendar.Time_IO package which is very > flexible. Well let me post the spec of GNAT.Calendar and > GNAT.Calendar.Time_IO. These are certainly a good start for this discussion :) I'm aware of and familiar with these. I find using a format string with "%X" indicators in it somehow not in the spirit of Ada. Jeff