Skip to content

fix(settings): in absence form avoid shifting dates to browsers timezone - #61638

Merged
ChristophWurst merged 1 commit into
masterfrom
61584-bug-entered-date-is-shifted-back-one-day-in-absence-note
Jul 2, 2026
Merged

fix(settings): in absence form avoid shifting dates to browsers timezone#61638
ChristophWurst merged 1 commit into
masterfrom
61584-bug-entered-date-is-shifted-back-one-day-in-absence-note

Conversation

@odzhychko

@odzhychkoodzhychko commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Avoid shifting dates to browsers timezone in absence form.

Before (date changes after reload)

Screen.Recording.2026-06-29.at.08.40.28.mov

After (date does not change after reload)

Screen.Recording.2026-06-29.at.08.39.31.mov

Checklist

@odzhychkoodzhychko added this to the Nextcloud 35 milestone Jun 29, 2026
@odzhychkoodzhychko added bug 3. to review Waiting for reviews labels Jun 29, 2026
@odzhychkoodzhychko linked an issue Jun 29, 2026 that may be closed by this pull request
@odzhychkoodzhychko added the community pull requests from community label Jun 29, 2026
@odzhychko
odzhychkoforce-pushed the 61584-bug-entered-date-is-shifted-back-one-day-in-absence-note branch from 9962a17 to 1df39baCompareJune 29, 2026 06:37
@odzhychko

Copy link
Copy Markdown
ContributorAuthor

/backport to stable34

@odzhychko

Copy link
Copy Markdown
ContributorAuthor

/backport to stable33

@odzhychko

Copy link
Copy Markdown
ContributorAuthor

/backport to stable32

@odzhychko
odzhychko marked this pull request as ready for review June 29, 2026 06:42
@odzhychko
odzhychko requested a review from a team as a code ownerJune 29, 2026 06:42
@odzhychko
odzhychko requested review from nfebe, sorbaugh and susnux and removed request for a teamJune 29, 2026 06:42
@CarlSchwan
CarlSchwan enabled auto-merge June 29, 2026 13:18
@ChristophWurstChristophWurst added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jun 30, 2026
@odzhychko
odzhychkoforce-pushed the 61584-bug-entered-date-is-shifted-back-one-day-in-absence-note branch from 1df39ba to 816a7acCompareJuly 1, 2026 06:05
@odzhychkoodzhychko removed the community pull requests from community label Jul 1, 2026
@odzhychko
odzhychkoforce-pushed the 61584-bug-entered-date-is-shifted-back-one-day-in-absence-note branch from 816a7ac to ab0e970CompareJuly 1, 2026 15:22
Fixes#61584
Signed-off-by: Oleksandr Dzhychko <hey@oleks.dev>
@odzhychko
odzhychkoforce-pushed the 61584-bug-entered-date-is-shifted-back-one-day-in-absence-note branch from ab0e970 to 0c82f74CompareJuly 2, 2026 05:54
@ChristophWurst
ChristophWurst merged commit 9ae8dad into masterJul 2, 2026
130 of 134 checks passed
@welcome

welcomeBot commented Jul 2, 2026

Copy link
Copy Markdown

Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22

@ChristophWurst
ChristophWurst deleted the 61584-bug-entered-date-is-shifted-back-one-day-in-absence-note branch July 2, 2026 07:45
@backportbot

Copy link
Copy Markdown

The backport to stable32 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32
# Create the new backport branch
git checkout -b backport/61638/stable32
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 0c82f741
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/61638/stable32

Error: Failed to check for changes with origin/stable32: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to releaseReady to be released and/or waiting for tests to finishbackport-requestbug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: entered date is shifted back one day in Absence note

4 participants

@odzhychko@susnux@CarlSchwan@ChristophWurst