Firefox does not find correct time zone on macOS/Sonoma (intel chip)
Categories
(Core :: Internationalization, defect)
Tracking
()
People
(Reporter: vesa.luusua, Unassigned)
Details
Steps to reproduce:
Logging time zone:
"console.log(new Intl.DateTimeFormat().resolvedOptions().timeZone)"
Safari (on macOS/Sonoma):
=> "Europe/Helsinki" (Correct)
Firefox (118.0.1 (64-bit) on macOS/Sonoma):
=> "Europe/Athens" (Wrong)
NOTE:
the same issue happens also on Chrome and it seems to be a bit bigger issue with ARM machines.
https://bugs.chromium.org/p/chromium/issues/detail?id=1487920&q=sonoma&can=2
Actual results:
It returned the string: "Europe/Athens"
Expected results:
It should have returned a string "Europe/Helsinki"
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Internationalization' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
Same issue as bug 1856428, which is already getting investigated.
Description
•