mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
Проблема с времнем
This commit is contained in:
@@ -26,7 +26,7 @@ function generateXML(data) {
|
||||
item_values.push({link: item.url});
|
||||
item_values.push({'turbo:source': item.url});
|
||||
|
||||
ifTruePush(item.date, item_values, {pubDate: new Date(item.date).toGMTString()});
|
||||
ifTruePush(item.date, item_values, {pubDate: new Date(item.date).toUTCString()});
|
||||
ifTruePush(item.author, item_values, {author: item.author});
|
||||
|
||||
let img = '';
|
||||
|
||||
Reference in New Issue
Block a user