From f29659404aae40e50b6d02bd07416e64deb54e4d Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 8 Oct 2009 17:10:15 +0200 Subject: Fix a typo. Ignore-this: 413def3eea2a19b027c323a925354b2a darcs-hash:cdf887cc70721e6572cc84370c7f6319e48085ee --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'journal.lisp') diff --git a/journal.lisp b/journal.lisp index 8324580..1138cb0 100755 --- a/journal.lisp +++ b/journal.lisp @@ -181,7 +181,7 @@ (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-xml-output (*standard-output* :encoding "utf-8") -- cgit v1.2.3