mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
ISO8601: Migrated more Date instances to ISO8601d
This commit is contained in:
parent
68c6afbdd4
commit
244a80f799
6 changed files with 13 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue