mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #986
- Complete the previous fix: dates in the journal entries are also formatted according to the correct configuration variable. - Add unit tests. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
8b18ee6f50
commit
3440eb0c10
4 changed files with 89 additions and 9 deletions
|
@ -392,7 +392,7 @@ int CmdInfo::execute (std::string& output)
|
|||
|
||||
Task before (previous.substr (4));
|
||||
Task after (current.substr (4));
|
||||
journal.set (row, 1, taskInfoDifferences (before, after));
|
||||
journal.set (row, 1, taskInfoDifferences (before, after, dateformat));
|
||||
|
||||
// calculate the total active time
|
||||
if (before.get ("start") == ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue