summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 17:10:15 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 17:10:15 +0200
commitf29659404aae40e50b6d02bd07416e64deb54e4d (patch)
treeaf7c88736f4d43f3d3a350aad12138c8d35b1fe2
parenta0b9bd579f52bb240bb15a0a6e817313a2a97ed2 (diff)
Fix a typo.
Ignore-this: 413def3eea2a19b027c323a925354b2a darcs-hash:cdf887cc70721e6572cc84370c7f6319e48085ee
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
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")