[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electron 32/33 Intl API returns Etc/Unknown time zone #44620

Open
3 tasks done
xpirt opened this issue Nov 12, 2024 · 2 comments
Open
3 tasks done

Electron 32/33 Intl API returns Etc/Unknown time zone #44620

xpirt opened this issue Nov 12, 2024 · 2 comments
Labels
32-x-y bug 🪲 platform/windows status/reviewed A maintainer made an initial review but not reproduced the issue

Comments

@xpirt
Copy link
xpirt commented Nov 12, 2024

Preflight Checklist

Electron Version

32.2.3

What operating system(s) are you using?

Windows

Operating System Version

Windows 11 Home Single Language (Build 22631.4391)

What arch are you using?

x64

Last Known Working Electron version

30.5.1

Expected Behavior

Intl.DateTimeFormat().resolvedOptions().timeZone should return "Africa/Johannesburg"

Actual Behavior

Intl.DateTimeFormat().resolvedOptions().timeZone returns "Etc/Unknown"

Testcase Gist URL

No response

Additional Information

It just happens on Windows 11 Home Single Language (Build 22631.4391). On Window 11 Home/Pro works fine.
It is working fine on Electron 30.x, as soon as I update to 32 or 33 its breaks. There must be a regression.
You can test by opening dev tools and typing Intl.DateTimeFormat().resolvedOptions().timeZone.

@xpirt xpirt added the bug 🪲 label Nov 12, 2024
@dsanders11 dsanders11 added the blocked/need-info ❌ Cannot proceed without more information label Nov 12, 2024
@dsanders11
Copy link
Member

It just happens on Windows 11 Home Single Language (Build 22631.4391). On Window 11 Home/Pro works fine.

This is a pretty specific situation - can you provide more info that would allow for attempting a repro? Which language is that machine configured for, or does it repro under different languages?

Please test to see if the issue repros in the latest Chromium as well.

@xpirt
Copy link
Author
xpirt commented Nov 13, 2024

It just happens on Windows 11 Home Single Language (Build 22631.4391). On Window 11 Home/Pro works fine.

This is a pretty specific situation - can you provide more info that would allow for attempting a repro? Which language is that machine configured for, or does it repro under different languages?

It's set to South Africa locale, English language.

Please test to see if the issue repros in the latest Chromium as well.

Works fine on latest Chrome browser (Chromium 130.0.6723.117 Stable).
Does not work neither on Electron 33.2.0 (Chromium 130.0.6723.118) nor Electron 32.2.3 (Chromium 128.0.6613.186).

@electron-issue-triage electron-issue-triage bot removed the blocked/need-info ❌ Cannot proceed without more information label Nov 13, 2024
@dsanders11 dsanders11 added the status/reviewed A maintainer made an initial review but not reproduced the issue label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
32-x-y bug 🪲 platform/windows status/reviewed A maintainer made an initial review but not reproduced the issue
Projects
None yet
Development

No branches or pull requests

2 participants