summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mulkcms.lisp3
1 files changed, 2 insertions, 1 deletions
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)))