go-vikunja/vikunja

Upcoming "Today" not showing expected tasks

Kevinizevbigie opened this issue · 1 comments

Description

In the Upcoming section, when I choose to see jobs by "today" the boxes become:

from: now/d to:now/d+1d

No jobs are shown.

1day

When I set the date range to two day, I get the expected list of jobs that are due within one day.

from: now/d to:now/d+2d

2 days

The demo instance does not show this behavior. I suspect it might be something to do with timezone.

My timezone is asia/bangkok

Vikunja Version

v0.23.0

Browser and version

Firefox 119.0

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

No response

Yeah this looks like a time zone problem. The relative time used the time zone the server runs in, not the one of the user.
There have been changes so that it uses the user's configured time zone in that case - given how you weren't able to reproduce it on try, I guess that confirms this.

Please check with the next release (once that's released) or the latest unstable build. I'll close this now, ping again if you have issues with either the latest unstable build or the next release.