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.) _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
