Comment #3 on issue 1805 by [email protected]: Android Browser - Object Date refuse the ISO 8601 format
http://code.google.com/p/v8/issues/detail?id=1805

I have the same issue :(
I make a json ajax call and retrieve a date - date is OK and can be read
I store it as a json object in a file
when I read it back It comes back as invalid date :(
I did a lot of console.log and here the most awkward one :

console.log ("Cookie date: "+cookie.expiration+" / "+(new Date(cookie.expiration)).toString() +" current date: "+Date.now().toString());
01-26 08:16:40.869: I/Web Console(741): Cookie date: 2012-02-25 / Invalid Date current date: 1327562200872 at file:///android_asset/www/assets/js/diveboard.js:252

Date.now().toString is awkward too btw....

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to