Rename TIME->HTTP-DATE-STRING to RFC822-TIME->STRING.

(Missed by sperber, noticed by bernauer.)
This commit is contained in:
sperber 2003-01-24 09:48:37 +00:00
parent 3469f8f4d6
commit 5f4c1b510b
2 changed files with 2 additions and 1 deletions

View File

@ -443,7 +443,7 @@
'()) '())
(list (list
(cons 'last-modified (cons 'last-modified
(time->http-date-string (rfc822-time->string
(file-info:mtime info))) (file-info:mtime info)))
(cons 'content-length (file-info:size info)))) (cons 'content-length (file-info:size info))))
(make-writer-body (make-writer-body

View File

@ -671,6 +671,7 @@
htmlout htmlout
crlf-io crlf-io
(subset srfi-13 (string-join)) (subset srfi-13 (string-join))
(subset rfc822 (rfc822-time->string))
sunet-utilities ; dotdot-check, copy-inport->outport sunet-utilities ; dotdot-check, copy-inport->outport
conditions conditions
handle-fatal-error handle-fatal-error