From 29300ea9e1bd5556d2501dedd2aa24d7fbff4c8f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 17 Dec 2016 21:19:50 -0500 Subject: [PATCH] Config: Migrated form ISO8601d to Datetime --- src/Config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Config.cpp b/src/Config.cpp index 794dd5b16..6d904e5d8 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include #include @@ -490,7 +490,7 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data) auto loc = _defaults.find ("data.location=~/.task"); // loc+0^ +14^ +21^ - ISO8601d now; + Datetime now; std::stringstream contents; contents << "# [Created by " << PACKAGE_STRING