mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 05:36:08 +08:00
Fix invalid pubDate (#1425)
根据 https://travis-ci.org/DIYgod/RSSHub/builds/478233072 修正了大部分无效的 pubDate prprpr
This commit is contained in:
@@ -60,7 +60,7 @@ module.exports = async (ctx) => {
|
||||
title: title,
|
||||
link: link,
|
||||
guid: link,
|
||||
pubDate: pubDate,
|
||||
pubDate: pubDate.toUTCString(),
|
||||
description: `<p>${author}</p>${desc}`,
|
||||
};
|
||||
return Promise.resolve(single);
|
||||
|
||||
Reference in New Issue
Block a user