mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
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:
parent
1cf1e79e43
commit
d0db821298
5 changed files with 25 additions and 6 deletions
|
@ -303,7 +303,7 @@ std::string Config::defaults =
|
|||
"report.overdue.columns=id,project,priority,due,active,age,description\n"
|
||||
"report.overdue.labels=ID,Project,Pri,Due,Active,Age,Description\n"
|
||||
"report.overdue.sort=due+,priority-,active-,project+\n"
|
||||
"report.overdue.filter=status:pending due.before:today\n"
|
||||
"report.overdue.filter=status:pending due.before:now\n"
|
||||
"#report.overdue.dateformat=m/d/Y\n"
|
||||
"#report.overdue.annotations=full\n"
|
||||
"\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue