From 40df9bc78dccd8448154f7fab9e23e885e6d84c0 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 10 Dec 2008 21:04:33 +0100 Subject: FORMAT-DATE: Fix time zone handling. darcs-hash:2ca96eaebb542646ff761ab4abc5b24d8f9aa58c --- utils.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.lisp') diff --git a/utils.lisp b/utils.lisp index a576a12..74030b8 100644 --- a/utils.lisp +++ b/utils.lisp @@ -195,7 +195,7 @@ ELEMENT-TYPE as the stream's." :younger-than (compute-script-last-modified-date)) (apply #'%real-format-date destination date-control-string universal-time - (and time-zone-supplied-p time-zone)))) + (and time-zone-supplied-p (list time-zone))))) (defun single-object (list &optional (errorp t)) -- cgit v1.2.3