Actions
Defect #2279
closedWrong time calculation in "Time spent"
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Projects
Target version:
-
Start date:
2008-12-05
Due date:
2008-12-31
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
If you have 4 tasks with spent time values: 1, 0.10 , 0.15, 0.40 in Project overview->Details you can see Total: 1.65 hours instead 2.05 hours...
Updated by Mischa The Evil almost 16 years ago
- Status changed from New to Closed
- Affected version (unused) deleted (
devel) - Resolution changed from Wont fix to Invalid
Denys Rogovchenko wrote:
This is a wrong assumption since you enter those four spent-time values using decimal time format. This means that:If you have 4 tasks with spent time values: 1, 0.10 , 0.15, 0.40 in Project overview->Details you can see Total: 1.65 hours instead 2.05 hours...
- 1.00 equals 1 hour (60 minutes)
- 0.10 equals 6 minutes
- 0.15 equals 9 minutes
- 0.40 equals 24 minutes
- 1.65 equals 99 minutes
- 2.05 hours (125 minutes) equals 2.0833333333333335 (est.) in decimal notation
Offcourse there can possibly be a very tiny difference (as you can see) due to the rounding to two decimals done by Redmine.
References:Updated by Mischa The Evil almost 16 years ago
I have used this issue's content to add a FAQ-item.
Thanks...
Updated by Gabriel Mazetto over 12 years ago
Why can't we store it in minutes instead of hours?
Actions