Bug 452 - Need relative date value 'now' to fully support times

- Added 'now' as a relative date.
- Modified 'overdue' report to use 'now' instead of 'today' as the
  distinction between due and overdue.
This commit is contained in:
Paul Beckingham 2010-07-30 22:46:07 -04:00
parent 1cf1e79e43
commit d0db821298
5 changed files with 25 additions and 6 deletions

3
NEWS
View file

@ -7,6 +7,9 @@ New Features in task 1.9.3
$ task ... due:4d
$ task ... due:3wks
- Now supports the beginning of the week, month and year in dates.
- Now supports 'now' as a date.
- Now defines an overdue task as being one second after the due date,
instead of the day after the due date.
Please refer to the ChangeLog file for full details. There are too many to
list here.