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

@odzhychko odzhychko 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

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

Copy link
Copy Markdown
Contributor Author

/backport to stable34

@odzhychko

Copy link
Copy Markdown
Contributor Author

/backport to stable33

@odzhychko

Copy link
Copy Markdown
Contributor Author

/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 owner June 29, 2026 06:42
@odzhychko odzhychko requested review from nfebe, sorbaugh and susnux and removed request for a team June 29, 2026 06:42
@CarlSchwan CarlSchwan enabled auto-merge June 29, 2026 13:18
@ChristophWurst ChristophWurst 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 odzhychko force-pushed the 61584-bug-entered-date-is-shifted-back-one-day-in-absence-note branch from 1df39ba to 816a7ac Compare July 1, 2026 06:05
@odzhychko odzhychko removed the community pull requests from community label Jul 1, 2026
@odzhychko odzhychko force-pushed the 61584-bug-entered-date-is-shifted-back-one-day-in-absence-note branch from 816a7ac to ab0e970 Compare July 1, 2026 15:22
Fixes #61584

Signed-off-by: Oleksandr Dzhychko <hey@oleks.dev>
@odzhychko odzhychko force-pushed the 61584-bug-entered-date-is-shifted-back-one-day-in-absence-note branch from ab0e970 to 0c82f74 Compare July 2, 2026 05:54
@ChristophWurst ChristophWurst disabled auto-merge July 2, 2026 07:45
@ChristophWurst ChristophWurst merged commit 9ae8dad into master Jul 2, 2026
130 of 134 checks passed
@welcome

welcome Bot 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

backportbot Bot commented Jul 2, 2026

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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish backport-request bug

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