refactor(reporting): update date handling and logging in allocation controller

- Removed UTC conversion for start and end dates to maintain local date context.
- Enhanced console logging to reflect local date values for better debugging.
This commit is contained in:
chamiakJ
2025-05-20 08:06:05 +05:30
parent 1dade05f54
commit 819252cedd
3 changed files with 9 additions and 7 deletions

View File

@@ -7,5 +7,5 @@ export function startCronJobs() {
startNotificationsJob();
startDailyDigestJob();
startProjectDigestJob();
startRecurringTasksJob();
// startRecurringTasksJob();
}