Currently the due date column shows the due date by a floating point timestamp.
This is not very friendly to see the date and time.
It should be displayed in e.g. ISO format.
How the feature is implemented
Just like the arguments column, handle the due date column separately.
(I changed the code in the lab PC, so I will make the PR later).
Feature you want to implement
Currently the due date column shows the due date by a floating point timestamp. This is not very friendly to see the date and time. It should be displayed in e.g. ISO format.
How the feature is implemented
Just like the arguments column, handle the due date column separately. (I changed the code in the lab PC, so I will make the PR later).