Skip to content

Commit

Permalink
fix: timezone format issues for RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Simpson committed Apr 27, 2020
1 parent 62925d3 commit 44729e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycle.lisp
Expand Up @@ -244,7 +244,7 @@
:format '(:sec)))))
(tz (local-time:format-timestring nil
(local-time:parse-timestring date)
:format '(:timezone))))
:format '(:gmt-offset-hhmm))))
(concat day ", " date " " month " " year " " hour ":" minute ":" seconds " " tz)))

(defun format-data-for-rss(post)
Expand Down

0 comments on commit 44729e7

Please sign in to comment.