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;