This commit is contained in:
mrossinek
2019-02-24 18:33:51 +01:00
committed by Paul Beckingham
parent 2821c5ac44
commit 0e58226f3b

View File

@@ -536,7 +536,7 @@ int CmdInfo::execute (std::string& output)
Task before (undo[previous].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()));
}
}
}