You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should be an invalid date
Expected 1356998400000 to be falsy.
Expected 1356948540000 to be falsy.
Expected 1356955260000 to be falsy.
should work
Expected 1333515722170.999 to be 1333515722170.
should support extended years
Expected 8640000000000001 to be falsy.
Expected -8640000000000001 to be falsy.
works with timezone offsets
Expected 1327752000000 to be falsy.
Expected 1327751940000 to be falsy.
Expected 1327748460000 to be falsy.
Expected -8640000000060000 to be falsy.
Expected 0 to be 28800000.
One of these is because Safari 8 returns a non-integer value from Date.parse - I'm not certain if that's a feature (for profiling, so the tests should smooth it over) or if that's a bug (since the spec requires integers, and the shim should override).
Not sure about the others yet.
The text was updated successfully, but these errors were encountered:
One of these is because Safari 8 returns a non-integer value from Date.parse - I'm not certain if that's a feature (for profiling, so the tests should smooth it over) or if that's a bug (since the spec requires integers, and the shim should override).
Not sure about the others yet.
The text was updated successfully, but these errors were encountered: