mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
@@ -29,7 +29,7 @@ module.exports = async (ctx) => {
|
||||
.map((item) => ({
|
||||
title: item.title,
|
||||
description: md.render(item.body) || 'No description',
|
||||
pubDate: new Date(item.created_at),
|
||||
pubDate: new Date(item.created_at).toUTCString(),
|
||||
link: `${host}/${item.number}`,
|
||||
})),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user