From 8f1a7f9d30bea9587ced6aa3500b06240b3ef4c0 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 8 Oct 2009 17:12:45 +0200 Subject: Fix a typo. Ignore-this: d1c94b1c198bc14f548b7e4b05c07707 darcs-hash:6f4dd484b90225e8639e804806eee4104d4ca24c --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'journal.lisp') diff --git a/journal.lisp b/journal.lisp index 401c2e8..67295b4 100755 --- a/journal.lisp +++ b/journal.lisp @@ -139,7 +139,7 @@ (defun show-atom-entry-xml (journal-entry &key full-content include-edit-links) (flet ((atom-time (time) (format-date nil - "%4yr%-%2mon%-%2day%T%2hr%:%2min%:%2secZ%" + "%4yr%-%2mon%-%2day%T%2hr%:%2min%:%2sec%Z" time 0))) (with-slots (title date body categories last-modification id) -- cgit v1.2.3