mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
- Now properly parses dates according to specified date format.
This commit is contained in:
parent
fd7bb9daa9
commit
8d90035bbc
5 changed files with 44 additions and 9 deletions
|
@ -952,8 +952,6 @@ void handleInfo (const TDB& tdb, T& task, Config& conf)
|
|||
|
||||
if (due.length ())
|
||||
{
|
||||
Date dt (::atoi (due.c_str ()));
|
||||
|
||||
overdue = (dt < now) ? true : false;
|
||||
now += 7 * 86400;
|
||||
imminent = dt < now ? true : false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue