mirror of https://github.com/tc39/test262.git
8a1ec2f20b
In Date.parse() and new Date(), representations of the year 0 as -000000 must not be accepted. In the case of Date.parse(), they should yield NaN, and in the case of new Date(), they should yield an invalid Date object, whose valueOf() is NaN. |
||
---|---|---|
.. | ||
S15.9.4.2_A1_T1.js | ||
S15.9.4.2_A1_T2.js | ||
S15.9.4.2_A1_T3.js | ||
S15.9.4.2_A2_T1.js | ||
S15.9.4.2_A3_T1.js | ||
S15.9.4.2_A3_T2.js | ||
S15.9.4.2_A3_T3.js | ||
name.js | ||
not-a-constructor.js | ||
time-value-maximum-range.js | ||
without-utc-offset.js | ||
year-zero.js | ||
zero.js |