[racket] querying the machine's system time...

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Jun 15 16:53:58 EDT 2012

I think you want `current-seconds' and `seconds->date' (where the
latter lets you pick local or UTC).

At Fri, 15 Jun 2012 18:01:31 +0200, Rüdiger Asche wrote:
> Hi there,
> 
> I need to compare time events in my Racket application against output from a 
> third-party application that most probably uses GetsystemTime() or 
> GetLocalTime() for its time stamps, so I need to access those functions as well 
> (or other functions that contain the same information).
> 
> How do I do that? The docs don't yield anything in that vicinity.
> 
> Thanks!
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users


Posted on the users mailing list.