diff --git a/src/commands/CmdInfo.cpp b/src/commands/CmdInfo.cpp index a65856f96..8d4633342 100644 --- a/src/commands/CmdInfo.cpp +++ b/src/commands/CmdInfo.cpp @@ -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())); } } }