mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColDue: Duration replaced by ISO8601p
This commit is contained in:
parent
25da9ee5cd
commit
195a821781
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <Context.h>
|
||||
#include <ColDue.h>
|
||||
#include <Date.h>
|
||||
#include <Duration.h>
|
||||
#include <ISO8601.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
|
||||
|
@ -43,7 +43,7 @@ ColumnDue::ColumnDue ()
|
|||
|
||||
Date now;
|
||||
now += 125;
|
||||
_examples.push_back (Duration (now - Date ()).formatCompact ());
|
||||
_examples.push_back (ISO8601p (now - Date ()).format ());
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue