From 1d598d0e8c4366d3859a74a65555c685c6433c3d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 27 Sep 2015 11:14:49 -0400 Subject: [PATCH] Context: Converted from Date to ISO8601d --- src/Context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Context.cpp b/src/Context.cpp index f01dffb92..ce709692b 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -329,7 +329,7 @@ int Context::run () << "-" #endif << " " - << Date ().toISO () + << ISO8601d ().toISO () << " init:" << timer_init.total () << " load:" << timer_load.total ()