mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdSummary: Corrected duration formatting
This commit is contained in:
parent
598a2e02fa
commit
d285f3a247
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ int CmdSummary::execute (std::string& output)
|
|||
|
||||
view.set (row, 1, countPending[i.first]);
|
||||
if (counter[i.first])
|
||||
view.set (row, 2, ISO8601p ((int) (sumEntry[i.first] / (double)counter[i.first])).format ());
|
||||
view.set (row, 2, ISO8601p ((int) (sumEntry[i.first] / (double)counter[i.first])).formatVague ());
|
||||
|
||||
int c = countCompleted[i.first];
|
||||
int p = countPending[i.first];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue