date format changed

This commit is contained in:
AmitChauhan63390
2025-05-01 00:08:53 +05:30
parent 27ea8089b7
commit 6e23051375

View File

@@ -405,7 +405,7 @@ router.post('/recordings/:id/duplicate', requireSignIn, async (req: Authenticate
return step; return step;
}); });
const currentTimestamp = new Date().toISOString(); const currentTimestamp = new Date().toLocaleString();
const newRobot = await Robot.create({ const newRobot = await Robot.create({
id: uuid(), id: uuid(),