summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")