[plt-scheme] gmt?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Aug 30 20:29:26 EDT 2006

At 31 Aug 2006 00:07:47 -0000, Paul Graham wrote:
> Is there any way to get gm time from plt?  Any equiv of cl
> get-universal-time?

Although the docs claim that `current-seconds' is platform-specific,
it's actually always seconds since the beginning of 1970 UTC. So it's
like `get-universal-time', but offset by 70 years.

I'll change the docs, so you can rely on the current behavior.

Matthew



Posted on the users mailing list.