From 46cd9632a6ee914152682fb47c90f0abb04e0c79 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 17 Dec 2016 22:21:02 -0500 Subject: [PATCH] Context: Migrated from ISO8601d to Datetime --- src/Context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Context.cpp b/src/Context.cpp index d330cfda3..d7ab0c59b 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -323,7 +323,7 @@ int Context::run () << '-' #endif << ' ' - << ISO8601d ().toISO () + << Datetime ().toISO () << " init:" << time_init_us << " load:" << time_load_us