fix(route): ifnews wrong pubDate (#7136)
This commit is contained in:
parent
b113b9fc1f
commit
5113c97a3d
|
|
@ -18,7 +18,7 @@ module.exports = async (ctx) => {
|
|||
title: item.title,
|
||||
author: item.createUser,
|
||||
link: `${url}/news.html?aid=${item.fileID}`,
|
||||
pubDate: date(item.publishTime),
|
||||
pubDate: date(item.publishTime, +8),
|
||||
aid: item.fileID,
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue