mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Fix saving milliseconds for timestamps
This commit is contained in:
parent
a6cfad4d35
commit
8578883fac
5 changed files with 8 additions and 12 deletions
|
@ -30,7 +30,7 @@ module.exports = {
|
|||
id: inputs.record.id,
|
||||
deletedAt: null,
|
||||
}).set({
|
||||
deletedAt: new Date().toUTCString(),
|
||||
deletedAt: new Date().toISOString(),
|
||||
});
|
||||
|
||||
if (user) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue