[Webkit-unassigned] [Bug 265818] New: Intl.DateTimeFormat returns a numeric month with options { year: "numeric", month:"short" } for "pl-PL" (Polish)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 4 13:40:11 PST 2023


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

            Bug ID: 265818
           Summary: Intl.DateTimeFormat returns a numeric month with
                    options { year: "numeric", month:"short" } for "pl-PL"
                    (Polish)
           Product: WebKit
           Version: Safari 17
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gary.escudero at ingrooves.com

new Intl.DateTimeFormat("pl-PL", { year: "numeric", month: "short"}).format(new Date())  returns a string with a date formatted like "12.2023" when I expect "gru 2023"

-- 
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/20231204/ec959a2a/attachment-0001.htm>


More information about the webkit-unassigned mailing list