Context: Converted from Date to ISO8601d

This commit is contained in:
Paul Beckingham 2015-09-27 11:14:49 -04:00
parent 49aa62b3b4
commit 1d598d0e8c

View file

@ -329,7 +329,7 @@ int Context::run ()
<< "-"
#endif
<< " "
<< Date ().toISO ()
<< ISO8601d ().toISO ()
<< " init:" << timer_init.total ()
<< " load:" << timer_load.total ()