We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc9a343 + ec1788b commit 0726014Copy full SHA for 0726014
src/app/modules/time-clock/store/entry.effects.ts
@@ -45,7 +45,7 @@ export class EntryEffects {
45
} else {
46
const endDate = activeEntry.start_date;
47
endDate.setHours(23, 59, 59);
48
- activeEntry.end_date = new Date(endDate.toISOString());
+ activeEntry.end_date = endDate.toISOString();
49
return new actions.UpdateActiveEntry(activeEntry);
50
}
51
0 commit comments