mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Task: Stubbed duration storage change
This commit is contained in:
parent
c2c26b338b
commit
84a9140763
1 changed files with 6 additions and 0 deletions
|
@ -854,6 +854,12 @@ std::string Task::composeJSON (bool decorate /*= false*/) const
|
|||
++attributes_written;
|
||||
}
|
||||
|
||||
/*
|
||||
else if (type == "duration")
|
||||
{
|
||||
// TODO Emit ISO8601d
|
||||
}
|
||||
*/
|
||||
else if (type == "numeric")
|
||||
{
|
||||
out << "\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue