ISO8601: Migrated more Date instances to ISO8601d

This commit is contained in:
Paul Beckingham 2015-09-26 23:20:08 -04:00
parent 68c6afbdd4
commit 244a80f799
6 changed files with 13 additions and 12 deletions

View file

@ -33,7 +33,7 @@
#include <inttypes.h>
#include <unistd.h>
#include <stdlib.h>
#include <Date.h>
#include <ISO8601.h>
#include <FS.h>
#include <Timer.h>
#include <JSON.h>
@ -574,7 +574,7 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data)
auto loc = _defaults.find ("data.location=~/.task");
// loc+0^ +14^ +21^
Date now;
ISO8601d now;
std::stringstream contents;
contents << "# [Created by "
<< PACKAGE_STRING