Status: New
Owner: ----

New issue 2521 by [email protected]: different results for new Date()
http://code.google.com/p/v8/issues/detail?id=2521

a=new Date("2013-1-31");
b=new Date("2013-01-31");
console.log(a+"\n"+b)

gives different results

Thu Jan 31 2013 00:00:00 GMT+0100 (Central European Standard Time)
Thu Jan 31 2013 01:00:00 GMT+0100 (Central European Standard Time)

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to