From 7716246bac95b6fcaee683a25d227427f9b8b4d6 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 23 Dec 2011 21:39:25 +0100 Subject: Fix the usage of local-time. --- mulkcms.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mulkcms.lisp b/mulkcms.lisp index bf77bae..2bea7c5 100644 --- a/mulkcms.lisp +++ b/mulkcms.lisp @@ -190,7 +190,8 @@ (list :headers `((:last-modified . ,(local-time:format-timestring nil - (simple-date:timestamp-to-universal-time last-update) + (local-time:universal-to-timestamp + (simple-date:timestamp-to-universal-time last-update)) :format local-time:+rfc-1123-format+))) :content-type content-type (if (and cached-data (simple-date:time< last-update (second cached-data))) -- cgit v1.2.3