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

[BUG] Recurring due dates changing from 1 day to 1 year #190

Closed
silentjay opened this issue Sep 25, 2024 · 2 comments
Closed

[BUG] Recurring due dates changing from 1 day to 1 year #190

silentjay opened this issue Sep 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@silentjay
Copy link

silentjay commented Sep 25, 2024

When setting a task to recur daily and the due date to today's date, complete task and the next day the due date remains the same date but changes to 12 months in the past/future.

Here's the steps:

  • Add task, set recur to 1d and date to today e.g. 25-09-2024 with or without an exact time. Change date style with D will display 1d
  • Complete the task on the same day
  • The next day the task will remain in the completed state as will the date. If you change the date style again it will now display 12mo or 1yr.

Looking at one of these tasks in the DB file looks like this:

      - - uuid: todo_99f469d0-7878-4300-abc3-4e2b61f292ed
          status: COMPLETED
          urgency: 2
          description: Make Bed
          due: '1758409200.0'
          effort: ''
          recurrence: 1d

According to the unix timestamp that is due today but the UI shows:

image

If i'm doing something completely wrong or this is a bug. dooit version 2.2.0.

@silentjay silentjay added the bug Something isn't working label Sep 25, 2024
@kraanzu
Copy link
Member

kraanzu commented Nov 15, 2024

Hi @silentjay,

Sorry totally missed this issue. I dont think this is the issue anymore but if its still there, feel free to re-open :)

@kraanzu kraanzu closed this as completed Nov 15, 2024
Copy link

Did we solve your problem?
Glad we could help!

Consider sponsoring my work through github sponsors 😄
@kraanzu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants