You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please take a look at #345 . I would like to use vit inside a docker container. Unfortunately, the datetimes in Task objects do not necessarily match the true datetimes of tasks. To reproduce the issue, take the following steps:
Run set-up-container.sh (See the linked issue).
Once inside the container, run generate-dummy-install.sh and run the export commands that it tells you to.
Add debug.console(task._data) directly above line 233 of ./usr/lib/python3/dist-packages/vit/task_list.py and import vit.debug as debug to the top of that file.
Modify task 2 to have due date 2023-09-13 17:00:00.
Inspect the logs.
The text was updated successfully, but these errors were encountered:
Please take a look at #345 . I would like to use vit inside a docker container. Unfortunately, the datetimes in Task objects do not necessarily match the true datetimes of tasks. To reproduce the issue, take the following steps:
set-up-container.sh
(See the linked issue).generate-dummy-install.sh
and run the export commands that it tells you to.debug.console(task._data)
directly above line 233 of./usr/lib/python3/dist-packages/vit/task_list.py
andimport vit.debug as debug
to the top of that file.2023-09-13 17:00:00
.The text was updated successfully, but these errors were encountered: