Hello, When calling `new Date(1234)` I get this error: `TypeError: Bind must be called on a function` I would expect just to get a `Date` with `valueOf` returning `1234`.