[plt-scheme] on the absence of some strftime

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Dec 28 16:33:20 EST 2009

It should be simple to be close to that if you just use 'format' and
the accessor fields from the date. If there's some standard date
format we're missing and you'd like to contribute it, I'd be happy to
put a function (that you supply) that computes the format into the
date library.

Robby

On Mon, Dec 28, 2009 at 3:04 PM, Daniel Bastos <dbastos at toledo.com> wrote:
> I miss a PLT function such as strftime. I can't find anything like it,
> in the reference, and on the web. I would like to easily produce a
> string such as ``Mon Dec 28 21:56:33 CET 2009.'' The closest to it to
> choose the format of 'rfc2822.
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.