Project

General

Profile

Actions

Defect #31724

closed

Wrong spent time calculation via svn commit log

Added by Aleksandar Pavic over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

I have tried both @_h_m or @_h_min same result, as on attached image


Files

Screenshot at Jul 15 09-31-35.png (27.5 KB) Screenshot at Jul 15 09-31-35.png Aleksandar Pavic, 2019-07-15 09:33
Actions #1

Updated by Holger Just over 4 years ago

  • Description updated (diff)
  • Status changed from New to Closed
  • Resolution set to Invalid

This is expected behavior.

In Redmine, you can configure how Times shoul;d be displayed in Administration -> Settings -> Display -> Time span format. By default, Redmine uses decimal (fractional) hours., e.g. 20 minutes are equivalent to a third of an hour, i.e. 0.33h. You can change this to show time spans in a hour-minute format, i.e. as 0:20 h

When adding time via a commit, you can use the both syntaxes equivalently, i.e. you can use either of the following strings in your commit message to add 20 minutes of time, all of which cause the same result:

@0h20m
@0:20
@0hours20min
@0.33h
@0.33

Internally, Redmine will always store fractional hours.

Actions

Also available in: Atom PDF