diff --git a/server/src/routes/storage.ts b/server/src/routes/storage.ts index e7e3939c..d2649c71 100644 --- a/server/src/routes/storage.ts +++ b/server/src/routes/storage.ts @@ -405,7 +405,7 @@ router.post('/recordings/:id/duplicate', requireSignIn, async (req: Authenticate return step; }); - const currentTimestamp = new Date().toISOString(); + const currentTimestamp = new Date().toLocaleString(); const newRobot = await Robot.create({ id: uuid(),