From fb280edbc25e986a0f0c081d37aa18f1ec45169d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 3 Oct 2015 15:27:23 -0400 Subject: [PATCH] TND2: Migrated from Date to ISO8601d --- src/TDB2.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/TDB2.cpp b/src/TDB2.cpp index 6a82f10f1..0148a51e6 100644 --- a/src/TDB2.cpp +++ b/src/TDB2.cpp @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include #include @@ -638,7 +638,7 @@ void TDB2::update ( // old // new // --- - undo.add_line ("time " + Date ().toEpochString () + "\n"); + undo.add_line ("time " + ISO8601d ().toEpochString () + "\n"); undo.add_line ("old " + original.composeF4 () + "\n"); undo.add_line ("new " + task.composeF4 () + "\n"); undo.add_line ("---\n"); @@ -657,7 +657,7 @@ void TDB2::update ( // time