From d99f88d9c0ad381e6db5e2cc6c9cffd4cc65969a Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sat, 21 Jan 2023 22:42:11 -0700 Subject: [PATCH] foxwells.vinboard: fix timestamp --- src/modules/foxwells.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/foxwells.js b/src/modules/foxwells.js index b586ef1..8a4dfd7 100644 --- a/src/modules/foxwells.js +++ b/src/modules/foxwells.js @@ -220,7 +220,7 @@ async function createBoardMessage(msg, count, fetchAttachment = true) { value: `[Jump](${msg.jumpLink})`, }, ], - timestamp: msg.timestamp, + timestamp: new Date(msg.timestamp).toISOString(), }; let image;