Skip to content

fix: Use compatibility list when checking for timezone - #1229

Merged
CarlSchwan merged 1 commit into
masterfrom
work/carl/timezone
Sep 10, 2026
Merged

CarlSchwan merged 1 commit into
masterfrom
work/carl/timezone

Conversation

@CarlSchwan

Copy link
Copy Markdown
Member

Intl.DateTimeFormat().resolvedOptions().timeZone might return some legacy timezone like Europe/Kiev instead of Europe/Kyiv

Fix #1227

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@CarlSchwan CarlSchwan self-assigned this Sep 8, 2026
@CarlSchwan
CarlSchwan requested a review from blizzz as a code owner September 8, 2026 08:00
@CarlSchwan CarlSchwan added the bug label Sep 8, 2026
@CarlSchwan CarlSchwan added this to the 8.4.0 milestone Sep 8, 2026

@blizzz blizzz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart of the syntax error that is

Intl.DateTimeFormat().resolvedOptions().timeZone might return some
legacy timezone like Europe/Kiev instead of Europe/Kyiv

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
@CarlSchwan
CarlSchwan merged commit dc74173 into master Sep 10, 2026
61 checks passed
@CarlSchwan
CarlSchwan deleted the work/carl/timezone branch September 10, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Timezone update returns HTTP 500 for Europe/Kiev sent by the app's browser script

2 participants