[Webkit-unassigned] [Bug 234830] New: Intl.DateTimeFormat dateStyle: medium has 'at' between date and time when it should not
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 3 14:34:40 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=234830
Bug ID: 234830
Summary: Intl.DateTimeFormat dateStyle: medium has 'at' between
date and time when it should not
Product: WebKit
Version: Safari 15
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jeanne.waldman at oracle.com
new Intl.DateTimeFormat('en-US', {dateStyle:'medium', timeStyle:'short'}).format(new Date());
Jan 3, 2022 at 2:26 PM
In Chrome and Firefox it is
'Jan 3, 2022, 2:33 PM'
CLDR locale data is this:
"dateTimeFormats": {
"full": "{1} 'at' {0}",
"long": "{1} 'at' {0}",
"medium": "{1}, {0}",
"short": "{1}, {0}",
--
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/20220103/ba60ce99/attachment.htm>
More information about the webkit-unassigned
mailing list