summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 17:12:45 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 17:12:45 +0200
commit8f1a7f9d30bea9587ced6aa3500b06240b3ef4c0 (patch)
treed91e3aedc9610ca1de0e4041caaeac20032aa1b8
parent9556a6101c5111c329ce1bcce606a07afefca1b3 (diff)
Fix a typo.
Ignore-this: d1c94b1c198bc14f548b7e4b05c07707 darcs-hash:6f4dd484b90225e8639e804806eee4104d4ca24c
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
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)