mathisdt / trackworktime

Android app to track your work time via WiFi or location and categorize each recorded intervall by a predefined client/task and a free text.

Home Page:https://zephyrsoft.org/trackworktime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] Moving start time to the future

martinrieder opened this issue · comments

When you are clocked in and move this start time to the future, this causes the rest of the week to be filled with work time. Everything returns back to the correct state after the new start time has passed.

EDIT with new screenshot taken at 9:35 and debug log below.

Screenshot_20240617-093435.png Screenshot_20240617-093746.png

I propose a simple check that there must be an IN and an OUT time for the calculation to work. The time difference should never be negative since OUT comes after IN. Instead, the following Debug log reports a result of 1440 for TimeCalculatorV2.calculateWorkTime...

DEBUG log for TimeCalculatorV2

2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 87891 / 87780
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-10
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 535
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-11
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 545
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-12
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 514
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-13
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 381
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-14
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 456
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-15
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-16
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:02:27 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:02:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:02:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:02:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:02:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:02:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:03:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:03:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1
2024-06-17 09:03:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:03:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:03:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1
2024-06-17 09:04:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:04:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 2
2024-06-17 09:04:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:04:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:04:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 2
2024-06-17 09:05:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:05:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 3
2024-06-17 09:05:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:05:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:05:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 3
2024-06-17 09:06:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:06:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 4
2024-06-17 09:06:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:06:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:06:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 4
2024-06-17 09:07:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:07:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 5
2024-06-17 09:07:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:07:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:07:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 5
2024-06-17 09:08:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:08:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 6
2024-06-17 09:08:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:08:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:08:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 6
2024-06-17 09:09:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:09:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 7
2024-06-17 09:09:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:09:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:09:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 7
2024-06-17 09:10:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:10:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 8
2024-06-17 09:10:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:10:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:10:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 8
2024-06-17 09:11:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:11:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 9
2024-06-17 09:11:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:11:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:11:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 9
2024-06-17 09:12:33 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:12:33 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 10
2024-06-17 09:12:33 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:12:33 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:12:33 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 10
2024-06-17 09:13:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:13:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 11
2024-06-17 09:13:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:13:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:13:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 11
2024-06-17 09:14:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:14:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 12
2024-06-17 09:14:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:14:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:14:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 12
2024-06-17 09:15:33 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:15:33 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 13
2024-06-17 09:15:33 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:15:33 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:15:33 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 13
2024-06-17 09:16:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:16:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 14
2024-06-17 09:16:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:16:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:16:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 14
2024-06-17 09:17:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:17:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 15
2024-06-17 09:17:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:17:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:17:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 15
2024-06-17 09:18:33 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:18:33 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 16
2024-06-17 09:18:33 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:18:33 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:18:33 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 16
2024-06-17 09:19:34 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:19:34 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 17
2024-06-17 09:19:34 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:19:34 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:19:34 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 17
2024-06-17 09:19:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:19:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 17
2024-06-17 09:19:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:19:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:19:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 17
2024-06-17 09:20:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:20:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 18
2024-06-17 09:20:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:20:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:20:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 18
2024-06-17 09:21:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:21:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 19
2024-06-17 09:21:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:21:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:21:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 19
2024-06-17 09:22:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:22:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 20
2024-06-17 09:22:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:22:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:22:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 20
2024-06-17 09:23:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:23:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 21
2024-06-17 09:23:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:23:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:23:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 21
2024-06-17 09:24:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:24:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 22
2024-06-17 09:24:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:24:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:24:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 22
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 22
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 22
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 87891 / 87780
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-10
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 535
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-11
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 22
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 545
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-12
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 514
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-13
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 381
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-14
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 456
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-15
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-16
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 22
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90344 / 91980
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-24
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-25
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-26
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-27
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-28
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-29
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-30
2024-06-17 09:24:57 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 23
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 23
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 23
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 87891 / 87780
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-10
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 535
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 23
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90345 / 91980
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-24
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-11
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-25
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 545
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-12
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 514
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-13
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-26
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 381
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-14
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-27
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-28
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 456
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-15
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-16
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-29
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-30
2024-06-17 09:25:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:26:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:26:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 24
2024-06-17 09:26:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:26:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:26:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 24
2024-06-17 09:27:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:27:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 25
2024-06-17 09:27:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:27:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:27:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 25
2024-06-17 09:28:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:28:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 26
2024-06-17 09:28:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:28:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:28:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 26
2024-06-17 09:29:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:29:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 27
2024-06-17 09:29:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:29:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:29:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 27
2024-06-17 09:30:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:30:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 28
2024-06-17 09:30:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:30:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:30:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 28
2024-06-17 09:31:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:31:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 29
2024-06-17 09:31:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:31:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:31:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 29
2024-06-17 09:32:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:32:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 30
2024-06-17 09:32:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:32:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:32:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 30
2024-06-17 09:33:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:33:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 31
2024-06-17 09:33:03 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:33:03 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:33:03 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 31
2024-06-17 09:34:07 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:34:07 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 32
2024-06-17 09:34:07 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:34:07 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:34:07 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 32
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 32
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 87891 / 87780
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-10
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 535
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-11
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 545
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-12
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 32
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 514
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-13
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 381
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-14
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 456
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-15
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-16
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90354 / 91980
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-24
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-25
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-26
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-27
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-28
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-29
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-30
2024-06-17 09:34:08 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 87891 / 87780
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-10
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 535
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-11
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 545
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-12
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 514
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-13
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 381
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-14
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 456
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-15
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-16
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 854
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 854
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 99816 / 91980
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-24
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-25
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-26
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-27
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-28
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 87891 / 87780
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-29
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-10
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-30
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 535
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-11
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 545
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-12
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 514
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-13
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 381
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-14
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 456
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-15
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-16
2024-06-17 09:34:25 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 87891 / 87780
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 854
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-10
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 535
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-11
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 854
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 545
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-12
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 514
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-13
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 381
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-14
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 456
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-15
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-16
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 99816 / 91980
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-24
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-25
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-26
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-27
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-28
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-29
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-30
2024-06-17 09:34:45 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 87891 / 87780
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 854
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-10
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 535
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-11
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 545
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-12
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 514
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 854
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-13
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 381
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-14
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 99816 / 91980
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-24
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 456
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-15
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-16
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-25
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-26
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-27
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-28
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-29
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-30
2024-06-17 09:34:48 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 854
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 87891 / 87780
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-10
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 535
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-11
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 545
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 90322 / 89880
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for today
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 854
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-18
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-19
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-12
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 514
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-20
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-13
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-21
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 381
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-14
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 456
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-22
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.setStartSums - Setting start sums: 99816 / 91980
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-24
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-15
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-23
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-16
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 0
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-25
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-26
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-27
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-28
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-29
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateNextDay - Fetching events for day: 2024-06-30
2024-06-17 09:35:31 DEBUG TimeCalculatorV2.calculateWorkTime - Time worked: 1440