[GH-ISSUE #246] Upcoming "Today" not showing expected tasks #6006

Closed
opened 2026-04-20 16:31:31 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Kevinizevbigie on GitHub (Apr 4, 2024).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/246

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

Originally created by @Kevinizevbigie on GitHub (Apr 4, 2024). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/246 ### 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](https://github.com/go-vikunja/vikunja/assets/71597180/38fca18b-81b0-43c2-ab5d-23c02b01118d) 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](https://github.com/go-vikunja/vikunja/assets/71597180/4e3f4aa4-a234-4ca3-a149-ed32b3301b65) 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_
Author
Owner

@kolaente commented on GitHub (Apr 5, 2024):

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.

<!-- gh-comment-id:2039878170 --> @kolaente commented on GitHub (Apr 5, 2024): 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6006