Details
-
Bug
-
Resolution: Done
-
Trivial - P5
-
None
-
3.2.1
-
None
-
Fully Compatible
-
ALL
-
-
Platforms 12 (04/01/16)
Description
I'm trying to make a unique set of ISODate's, the doc's mention ISODate being a wrapper around `new Date()`. When they're used as object keys they get converted to strings (as expected). If I try to put that string back through the constructor function the iso regex fails.. `throw Error("invalid ISO date");`.