NEW 265818
Intl.DateTimeFormat returns a numeric month with options { year: "numeric", month:"short" } for "pl-PL" (Polish)
https://bugs.webkit.org/show_bug.cgi?id=265818
Summary Intl.DateTimeFormat returns a numeric month with options { year: "numeric", m...
gary.escudero
Reported 2023-12-04 13:40:11 PST
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"
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-11 13:41:12 PST
Mark Lam
Comment 2 2024-01-23 10:56:07 PST
Hi Gary, can you please provide details of what device and OS (including version) you are seeing this issue on? Or if you are talking about a specific WebKit build that you built yourself, please provide details of what platform you are targeting, OS (including version), ICU version, toolchain, and also the git hash (or canonical link) of the version of WebKit you are building? Without this info, this bug may not be actionable. Thanks.
gary.escudero
Comment 3 2024-01-23 13:58:47 PST
(In reply to Mark Lam from comment #2) > Hi Gary, can you please provide details of what device and OS (including > version) you are seeing this issue on? > > Or if you are talking about a specific WebKit build that you built yourself, > please provide details of what platform you are targeting, OS (including > version), ICU version, toolchain, and also the git hash (or canonical link) > of the version of WebKit you are building? > > Without this info, this bug may not be actionable. Thanks. Hi Mark, this issue was observed on Safari version Version 17.2, macOS Ventura 13.6.3
Mark Lam
Comment 4 2024-01-26 16:49:58 PST
This is due to pre-existing behavior in ICU that has been on Apple platforms for a long time. We'll see what we can do.
Note You need to log in before you can comment on or make changes to this bug.