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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.89.140 with SMTP id p134mr3339968itb.40.1521139265982; Thu, 15 Mar 2018 11:41:05 -0700 (PDT) X-Received: by 10.157.82.140 with SMTP id f12mr443827oth.10.1521139265891; Thu, 15 Mar 2018 11:41:05 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!r195-v6no12113itc.0!news-out.google.com!a25-v6ni25itj.0!nntp.google.com!e10-v6no12566itf.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 15 Mar 2018 11:41:05 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.113.16.86; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 76.113.16.86 References: <365d65ea-5f4b-4b6a-be9b-1bba146394ab@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <30fbf68e-b002-468d-9a8d-71cb457b0d03@googlegroups.com> Subject: Re: Ada case-statement From: Shark8 Injection-Date: Thu, 15 Mar 2018 18:41:05 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:51002 Date: 2018-03-15T11:41:05-07:00 List-Id: On Thursday, March 15, 2018 at 11:01:28 AM UTC-6, Dmitry A. Kazakov wrote: >=20 > It always puzzled me, as well as the endianness of date: 03/10/2017 =3D= =20 > March 10, 2017 (:-)) Given the DOD origins of Ada, I'm rather surprised the native date format i= sn't "DDMMMYY" / "DD-MMM-YY[YY]" -- proper "military date" which is unambig= uous (something you need for serialization/de-serialization) -- and perhaps= have an optional "ISO 8601" child-package of Calendar w/ the 95 revision.