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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a46e02983e824cd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-23 15:17:00 PST Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!pipex!uunet!gwu.edu!gwu.edu!not-for-mail From: mfeldman@seas.gwu.edu (Michael Feldman) Newsgroups: comp.lang.ada Subject: Re: Time & Date question Date: 23 Nov 1994 18:17:00 -0500 Organization: George Washington University Message-ID: <3b0ihc$eq9@felix.seas.gwu.edu> References: NNTP-Posting-Host: 128.164.9.3 Date: 1994-11-23T18:17:00-05:00 List-Id: In article , Gary wrote: >Hi there, > >could somebody tell me how I can get the system time and date from >Unix? I am running ada on sun sparcs. > Piece of cake - this is _standard_ in Ada. Everything you need is in package Calendar. Check an LRM or your textbook. It does not matter what sort of Unix you are on, or what sort of computer for that matter. Every Ada compiler gives standard date/time operations. Send me e-mail if you need details. Mike Feldman ------------------------------------------------------------------------ Michael B. Feldman - chair, SIGAda Education Working Group Professor, Dept. of Electrical Engineering and Computer Science The George Washington University - Washington, DC 20052 USA 202-994-5919 (voice) - 202-994-0227 (fax) - mfeldman@seas.gwu.edu (Internet) ------------------------------------------------------------------------ Ada on the World-Wide Web: http://lglwww.epfl.ch/Ada/ ------------------------------------------------------------------------ "Non illegitimi carborundum." (Don't let the bastards grind you down.) ------------------------------------------------------------------------