Comment #2 on issue 1919 by [email protected]: Javascript / Date not creating objects properly
http://code.google.com/p/v8/issues/detail?id=1919
Date.now().toString is behaving exactly according to spec, so that part is fine.
I can't reproduce your problem concerning (new Date(cookie.expiration)).toString() from the little piece of information in your issue report though. What kind of object is cookie.expiration?
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
