Sorting by "due" ignores time part of due date
mindsocket opened this issue · 1 comments
mindsocket commented
When using the sort=due:asc
parameter the comparison uses due.date
which doesn't contain the time part of due date. The full value appears to be in due.datetime
. Relevant code here
This issue renders sorting ineffective when working through tasks in the order they've been planned out within a day.
selfire1 commented
Hi @mindsocket! Thank you for raising that issue and providing relevant code.
I've released that fix and it should be live now:
If there is a problem, feel free to reopen and thanks again for making this app better!