mirror of https://gitlab.com/bashrc2/epicyon
rss date format
parent
6090fac39f
commit
b14d717c73
2
blog.py
2
blog.py
|
@ -266,7 +266,7 @@ def htmlBlogPostRSS(authorized: bool, \
|
||||||
rssStr= ' <item>'
|
rssStr= ' <item>'
|
||||||
rssStr+=' <title>'+titleStr+'</title>'
|
rssStr+=' <title>'+titleStr+'</title>'
|
||||||
rssStr+=' <link>'+messageLink+'</link>'
|
rssStr+=' <link>'+messageLink+'</link>'
|
||||||
rssStr+=' <pubDate>'+pubDate.strftime("%D, %d %M %Y %H:%M:%S Z")+'</pubDate>'
|
rssStr+=' <pubDate>'+pubDate.strftime("%a, %d %M %Y %H:%M:%S UT")+'</pubDate>'
|
||||||
rssStr+=' </item>'
|
rssStr+=' </item>'
|
||||||
return rssStr
|
return rssStr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue