How do you check that a value is a date object in Node?
util.date(value)
console.isDate(value)
assert.isDate(value)
util.types.isDate(value)