[plt-scheme] gmt?

From: Paul Graham (pg at ycombinator.com)
Date: Wed Aug 30 20:07:47 EDT 2006

Is there any way to get gm time from plt?  Any equiv of cl
get-universal-time?  The problem with

(seconds->date (current-seconds))

is that it tells you the time in the time zone the computer
thinks it's in.  To get gmt from that you'd have to do ugly
date arithmetic.

Is there any way to get a time you could use to make timestamps
that you could exchange with another distant server?

--pg


Posted on the users mailing list.