Comment #28 on issue 3607 by
xer...@gmail.com: date.toLocaleString,
Does not look fixed.
Just tested with v31 on Windows 8.1 Pro.
d = new Date(1292539800000);
document.write(d.toLocaleString());
prints: 12/16/2010 11:50:00 PM
My locale is Slovenian and the above appears to be American.
On the other hand
document.write(d.toString());
Prints: Thu Dec 16 2010 23:50:00 GMT+0100 (Central Europe Standard Time)
which is more correct. It show time in 24 hour format and the date part is
the same as with other browsers.
For comparison, IE11 prints:
- 16.12.2010 23:50:00
- Thu Dec 16 2010 23:50:00 GMT+0100 (Central Europe Standard Time)
Firefox 25:
- 16. december 2010 23:50:00
- Thu Dec 16 2010 23:50:00 GMT+0100 (Central Europe Standard Time)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings