Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datetime in Task doesn't match datetime in .task file #124

Open
alexjwilliams opened this issue Sep 17, 2023 · 0 comments
Open

datetime in Task doesn't match datetime in .task file #124

alexjwilliams opened this issue Sep 17, 2023 · 0 comments

Comments

@alexjwilliams
Copy link

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:

  1. Run set-up-container.sh (See the linked issue).
  2. Once inside the container, run generate-dummy-install.sh and run the export commands that it tells you to.
  3. 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.
  4. Modify task 2 to have due date 2023-09-13 17:00:00.
  5. Inspect the logs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant