mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
Fix #1999
This commit is contained in:
parent
16d967ad01
commit
6fbd400e77
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ int CmdInfo::execute (std::string& output)
|
||||||
|
|
||||||
Task before (undo[previous].substr (4));
|
Task before (undo[previous].substr (4));
|
||||||
Task after (undo[current].substr (4));
|
Task after (undo[current].substr (4));
|
||||||
journal.set (row, 1, taskInfoDifferences (before, after, dateformat, last_timestamp, timestamp.toEpoch()));
|
journal.set (row, 1, taskInfoDifferences (before, after, dateformat, last_timestamp, Datetime(after.get("modified")).toEpoch()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue