Skip to content

Commit 5ffd049

Browse files
committed
fix: timeline time
1 parent da825b1 commit 5ffd049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/worker/src/transforms/timeline.transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export async function transformTimeline(req: Request, res: Response) {
106106
type: catAndType.type,
107107
batch: imgs != null,
108108
id: id,
109-
createdAt: new Date(date.replace(" ", "T") + "+08:00").getTime(),
109+
createdAt: new Date(date).getTime(),
110110
replies: commentCnt,
111111
source: {
112112
name: sourceName,

0 commit comments

Comments
 (0)