Skip to content

Commit

Permalink
fix(route): fix /baidu/tieba/forum time (DIYgod#13077)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimenezLi authored Aug 19, 2023
1 parent db706ed commit fcc0fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v2/baidu/tieba/forum.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
};
});
Expand Down

0 comments on commit fcc0fab

Please sign in to comment.