Status: New
Owner: ----
New issue 2251 by [email protected]: new Date with arguments MUST parse
it as an UTC
http://code.google.com/p/v8/issues/detail?id=2251
According to ECMA-262/15.9.3.1,
The Date constructor should handle them as in the UTC like as Date.parse
does.
At now,
new Date(2012, 6, 22) => is handled the arguments as locale timezone and
store it as an UTC.
new Date('2012-07-22) => is handled the argument as an UTC and store it as
an UTC.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev