You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bconnorwhite
changed the title
Date.toLocaleString uses "," instead of "at" with dateStyle: "medium"
Date.toLocaleString uses "at" instead of "," with dateStyle: "medium"
Sep 25, 2023
However, the WebKit blog links to the spec published in June 2015, and there are still discussions on the displayStyle in 2016. tc39/ecma402#108
There might be changes after WebKit adopted the Spec 2.0
What version of Bun is running?
1.0.3+8677ae9fb154dea49939dd396fdd1363959f96de
What platform is your computer?
Darwin 22.5.0 arm64 arm
What steps can reproduce the bug?
What is the expected behavior?
Node:
What do you see instead?
Bun:
Additional information
In
Date.toLocaleString
withdateStyle
set to"medium"
, bun uses"at"
to separate the date and time, while Node/Chromium use","
.The text was updated successfully, but these errors were encountered: