fix(route): fix /baidu/tieba/forum time (#13077)

This commit is contained in:
JimenezLi 2023-08-19 19:42:45 +08:00 committed by GitHub
parent db706ede4d
commit fcc0fab4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module.exports = async (ctx) => {
medias,
author_name,
}),
pubDate: timezone(parseDate(time, ['HH:mm', 'M-D']), +8),
pubDate: timezone(parseDate(time, ['HH:mm', 'M-D'], true), +8),
link: `https://tieba.baidu.com/p/${id}`,
};
});