rss date format

main
Bob Mottram 2020-02-29 10:04:37 +00:00
parent 6090fac39f
commit b14d717c73
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ def htmlBlogPostRSS(authorized: bool, \
rssStr= ' <item>'
rssStr+=' <title>'+titleStr+'</title>'
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>'
return rssStr