mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Config: Migrated form ISO8601d to Datetime
This commit is contained in:
parent
cdac253556
commit
29300ea9e1
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
#include <inttypes.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <ISO8601.h>
|
||||
#include <Datetime.h>
|
||||
#include <FS.h>
|
||||
#include <Timer.h>
|
||||
#include <JSON.h>
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue