missing zero
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-02-03 09:52:17 +01:00
parent 91b6dcee05
commit 1250382209
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ module.exports = Self => {
case 'attenderFk':
return {'cl.workerFk': value};
case 'created':
value.setHours(0, 0, 0);
value.setHours(0, 0, 0, 0);
to = new Date(value);
to.setHours(23, 59, 59, 999);