diff --git a/routes/chouti/index.js b/routes/chouti/index.js
index 28ed5b310..09121a5bd 100644
--- a/routes/chouti/index.js
+++ b/routes/chouti/index.js
@@ -21,7 +21,7 @@ module.exports = async (ctx) => {
author: item.nick,
description: `${item.title}

评论`,
link: item.url,
- pubDate: new Date(item.createtime).toUTCString(),
+ pubDate: new Date(item.createtime / 1000).toUTCString(),
}));
ctx.state.data = {