mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: Due date increments by four hours upon saving #773
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @controlaltnerd on GitHub (Aug 3, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Brave, Chrome, Safari
Current behavior
On any card, when I set or update the due date or time, the time as shown in the date picker pop-up is incremented by four hours when I click the Save button. It doesn't happen if the date or time is not modified, i.e. opening the pop-up and just clicking Save won't cause it to change. It only increments when there is an actual change to either the date or time.
Desired behavior
The time should not change when clicking Save.
Steps to reproduce
Open any card, update the date or time, then click Save and observe the time change.
Other information
No response
@meltyshev commented on GitHub (Aug 4, 2025):
Hi! Thanks for reporting this. To be honest, I couldn't reproduce it - when I change the time and click save, it saves the correct value.
I think the problem might be related to the
TZenvironment variable - it should always be set toUTCfor everything to work properly (btw, we've already fixed this, but the new version hasn't been released yet). If that's the case, please try setting theTZ=UTCand restarting the instance. It's hard to say what else could be causing the issue without seeing your full configuration.@controlaltnerd commented on GitHub (Aug 4, 2025):
@meltyshev thank you, that did indeed fix the issue.