- Now properly parses dates according to specified date format.

This commit is contained in:
Paul Beckingham 2008-06-12 23:58:58 -04:00
parent fd7bb9daa9
commit 8d90035bbc
5 changed files with 44 additions and 9 deletions

View file

@ -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;