mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColScheduled: Duration replaced by ISO8601p
This commit is contained in:
parent
cc120689ee
commit
14b36a5dc6
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <Context.h>
|
||||
#include <ColScheduled.h>
|
||||
#include <Date.h>
|
||||
#include <Duration.h>
|
||||
#include <ISO8601.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
|
||||
|
@ -44,7 +44,7 @@ ColumnScheduled::ColumnScheduled ()
|
|||
|
||||
Date now;
|
||||
now += 125;
|
||||
_examples = {Duration (now - Date ()).formatCompact ()};
|
||||
_examples = {ISO8601p (now - Date ()).format ()};
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue