Tomorrow's due date displays as passed
Closed this issue · 1 comments
histrio commented
I've just tried to set due date to tomorrow but unfog shows that it's already passed.
~ ❯ date
Sun 14 Jun 2020 05:18:27 PM MSK
~ ❯ unfog l
unfog: list
ID |DESC |TAGS |ACTIVE |DUE |WORKTIME
1 |test |userspace | | |
~ ❯ unfog e 1 :15
unfog: task [1] updated
~ ❯ unfog l
unfog: list
ID |DESC |TAGS |ACTIVE |DUE |WORKTIME
1 |test |userspace | |9 hours ago |
soywod commented
The state was not building correctly from the store (only for the update
command). The fix will be added in the next release. Thank you for the feedback!