Skip to content

Commit 44729e7

Browse files
author
Adam Simpson
committed
fix: timezone format issues for RSS
1 parent 62925d3 commit 44729e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycle.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
:format '(:sec)))))
245245
(tz (local-time:format-timestring nil
246246
(local-time:parse-timestring date)
247-
:format '(:timezone))))
247+
:format '(:gmt-offset-hhmm))))
248248
(concat day ", " date " " month " " year " " hour ":" minute ":" seconds " " tz)))
249249

250250
(defun format-data-for-rss(post)

0 commit comments

Comments
 (0)