We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62925d3 commit 44729e7Copy full SHA for 44729e7
cycle.lisp
@@ -244,7 +244,7 @@
244
:format '(:sec)))))
245
(tz (local-time:format-timestring nil
246
(local-time:parse-timestring date)
247
- :format '(:timezone))))
+ :format '(:gmt-offset-hhmm))))
248
(concat day ", " date " " month " " year " " hour ":" minute ":" seconds " " tz)))
249
250
(defun format-data-for-rss(post)
0 commit comments