Status Update
Comments
pe...@chromium.org <pe...@chromium.org> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
js...@chromium.org <js...@chromium.org> #3
Same here.
"Google Play services out of date. Requires 3159100 but found 3136130"
"Google Play services out of date. Requires 3159100 but found 3136130"
is...@google.com <is...@google.com> #5
I was hopeful that the release of API 18 (4.3) would have created a solution to this, unfortunately it includes version 3158130
Description
Steps to reproduce the problem:
let a = new Date(1564693200000)
new Intl.DateTimeFormat('en-US', {
hour: '2-digit',
minute: '2-digit',
second: '2-digit',
hour12: false
}).format(a)
// Output: "24:00:00" WTF?
What is the expected behavior?
let a = new Date(1564693200000)
new Intl.DateTimeFormat('en-US', {
hour: '2-digit',
minute: '2-digit',
second: '2-digit',
hour12: false
}).format(a)
//Output: "00:00:00"
What went wrong?
Intl.DateTimeFormat() work incorrectly in new version
Did this work before? Yes 79
Chrome version: 80.0.3987.87 Channel: stable
OS Version: 10.0
Flash Version:
Please, do something