[plt-scheme] date structures from email header field?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Jan 13 09:02:15 EST 2003

At Mon, 13 Jan 2003 12:25:33 -0500 (EST), dvanhorn at emba.uvm.edu wrote:
> Has anyone written a procedure for constructing date structures given a string
> as found in IMAP message headers?  eg.  "Tue, 7 Jan 2003 14:31:46 -0500 (EST)"

The latest (lib "date.ss") --- in CVS, post v203 release --- supports
this as the 'rfc2822 display format.

The current date is also now included in the "standard header" created
by (lib "head.ss" "net").

Matthew



Posted on the users mailing list.