Electron 32/33 Intl
API returns Etc/Unknown
time zone
#44620
Labels
32-x-y
bug 🪲
platform/windows
status/reviewed
A maintainer made an initial review but not reproduced the issue
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
.The text was updated successfully, but these errors were encountered: