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-17 12:20:06 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!skynet.be!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!l1-hrz.uni-duisburg.de!sb463ba From: sb463ba@l1-hrz.uni-duisburg.de (Georg Bauhaus) Newsgroups: comp.lang.ada Subject: Re: calander package - Proposal for dates Date: Sat, 17 Mar 2001 20:18:48 +0000 (UTC) Organization: GMUGHDU Message-ID: <990gr8$kcr$2@a1-hrz.uni-duisburg.de> References: <200103160849.JAA00680@bulgaria.otn.eurocopter.de> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 984860328 20891 134.91.4.34 (17 Mar 2001 20:18:48 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Sat, 17 Mar 2001 20:18:48 +0000 (UTC) X-Newsreader: TIN [version 1.2 PL2] Xref: supernews.google.com comp.lang.ada:5811 Date: 2001-03-17T20:18:48+00:00 List-Id: Hans-Olof Danielsson (Hans-Olof.Danielsson@swipnet.se) wrote: : I think there is an ISO standard for date and time format with one of the : formats being something like this: : 2001-03-16 10:25:29 The C DateCalc library for Gregorian date calculations, description at (and featuring /* in */ and /* out */ for C function parameters :-) http://search.cpan.org/doc/STBEY/Date-Calc-4.3/Calc.pm also has some pointers to relevant standards.