-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Milestone
Description
When an entry is added from the Time Entries page, the duration time is less than it should be.
Example:
`
Date | Time in - out | Duration | Project | Activity | |
---|---|---|---|---|---|
19/06/2020 | 1:10 PM - 1:15 PM | 00:04:37 | Rx-Check Upgrade Project | Testing |
`
Note: In the case of adding an entry that has a specific rage, there is no need to showing the seconds.
SOLUTION
What we need to do is to display the difference in minutes only without taking into account the seconds. In this way:
start time: 10:04:47
end time; 10:08:21
worked time is: 00:04
If an entry has started and finished in the same minute, then we will display the difference in seconds