[Webkit-unassigned] [Bug 218542] New: Incorrect timezone returned for Buenos Aires

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 16:14:21 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=218542

            Bug ID: 218542
           Summary: Incorrect timezone returned for Buenos Aires
           Product: WebKit
           Version: Safari 14
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mwade at invisionpower.com

1. Set OS timezone to Buenos Aires
2. Open Javascript console and run:

Intl.DateTimeFormat().resolvedOptions().timeZone

Expected result: "America/Argentina/Buenos_Aires"
Actual result: "America/Buenos_Aires"

See https://www.iana.org/time-zones for latest timezones. America/Buenos_Aires is obsolete and not in the latest version, America/Argentina/Buenos_Aires is correct. Issue possibly applies to other timezones in Argentina.

Repeating the same steps above in Firefox gives the expected result: "America/Argentina/Buenos_Aires".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201104/e54122cb/attachment.htm>


More information about the webkit-unassigned mailing list