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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,36a55639406b266c,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-12 04:07:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!fr.usenet-edu.net!usenet-edu.net!deine.net!fu-berlin.de!uni-berlin.de!73155-cm.able.ES!not-for-mail From: "A.I" Newsgroups: comp.lang.ada Subject: Timestamps in Ada Date: Tue, 12 Mar 2002 13:07:21 +0100 Message-ID: NNTP-Posting-Host: 73155-cm.able.es (212.97.173.155) X-Trace: fu-berlin.de 1015934863 16011459 212.97.173.155 (16 [107015]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:21105 Date: 2002-03-12T13:07:21+01:00 List-Id: Hi, I want a server program to write logfiles with timestamping, something like: ... [11/03/2002 13:04:15] Connection from 127.0.0.0 ... how can I get the Date and Time in Ada? and conversion to string? Another question. I like the Ada Reference Manual in the Windows .hlp version very much, it's easy to find what you're looking for, but i'm now working under a unix environment. What is the best and quickest source for Ada documentation? Thanks.