Skip to content

[stable32] fix(settings): display birthday correctly regardless of browsers timezone - #61713

Merged
odzhychko merged 2 commits into
stable32from
backport/61586/stable32
Jul 3, 2026
Merged

[stable32] fix(settings): display birthday correctly regardless of browsers timezone#61713
odzhychko merged 2 commits into
stable32from
backport/61586/stable32

Conversation

@backportbot

@backportbotbackportbotBot commented Jul 2, 2026

Copy link
Copy Markdown

Backport of #61586

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Review and verify the backported changes
  • Amend HEAD commit to remove the line stating to skip CI

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

`savePrimaryAccountProperty` does only allow `string | boolean`.
Incidentally, relying on `@nextcloud/axios` default serialization, `Date`s where serialized using `toISOString`.
See https://github.com/axios/axios/blob/a7d7a714498452e611943d9d8e5c2ed8b00aa6b9/lib/helpers/toFormData.js#L134
This change corrects the usage of `savePrimaryAccountProperty` and makes serialization explicit.
Signed-off-by: Oleksandr Dzhychko <hey@oleks.dev>
@backportbotbackportbotBot added bug 3. to review Waiting for reviews labels Jul 2, 2026
@backportbotbackportbotBot added this to the Nextcloud 32.0.13 milestone Jul 2, 2026
…zone
This also avoid shifting dates after user input.
Resolves#49828
Signed-off-by: Oleksandr Dzhychko <hey@oleks.dev>
@odzhychko
odzhychkoforce-pushed the backport/61586/stable32 branch from e18a8db to 0961deaCompareJuly 3, 2026 08:23
@odzhychko
odzhychko marked this pull request as ready for review July 3, 2026 09:21
@odzhychko
odzhychko requested a review from a team as a code ownerJuly 3, 2026 09:21
@odzhychko
odzhychko requested review from sorbaugh and removed request for a teamJuly 3, 2026 09:21
@odzhychko
odzhychko enabled auto-merge July 3, 2026 09:21
@odzhychko
odzhychko merged commit 419c6c8 into stable32Jul 3, 2026
140 of 144 checks passed
@odzhychko
odzhychko deleted the backport/61586/stable32 branch July 3, 2026 10:46
@nextcloud-botnextcloud-bot mentioned this pull request Jul 14, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@susnux@odzhychko