chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] RFC 1123/HTTP-format date parsing


From: Joerg F. Wittenberger
Subject: Re: [Chicken-users] RFC 1123/HTTP-format date parsing
Date: Tue, 31 Jul 2007 18:40:19 +0200 (CEST)

Ivan Shmakov wrote:
> MA> I need to parse some RFC 1123 dates, in order to turn them into
>        While I'm not aware of any existing parsers, implementing one
>        on top of ... srfi19

from plain memory RFC 1123 is iso 8601, isn't it?  (did not check now)

(define iso-8601-time-string-format "~Y-~m-~dT~H:~M:~f~z")

and go along with SRFI 19 parser/format procedures.  Works with the
askemos source, that is HTTP/WebDAV.  Usually we use konqueror and
cadaver for testing, so I only hope it's correct.  (Never went deeper
into the issue.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]