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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2ad75eb44c73d85f,start X-Google-Attributes: gid103376,public From: Noam Kloos Subject: simple time display Date: 1997/01/15 Message-ID: <32DCD770.60BB29B1@3wis.nl>#1/1 X-Deja-AN: 209965469 x-xs4all-date: Wed, 15 Jan 1997 14:11:58 MET x-xs4all-user: driewis@xs4all.nl on research.3wis.nl content-type: text/plain; charset=us-ascii organization: 3wis mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 3.01 (X11; I; Linux 2.0.24 i586) Date: 1997-01-15T00:00:00+00:00 List-Id: In a book i read: package durationIO is new ada.text_io.decimal_io(DURATION); use durationIO; gnat on sun and linux cannot instantiate durationIO because it wants a decimal type for its parameter Num. What whould be the simplest way to just pprint the current time in ada? Regards, Noam.