我怎样才能把当前的时间戳放在一个Mongoose Schema中?

按照文档 ,我可以做这个date:

new Schema({ date: { type: Date, default: Date.now } }) 

但是如果我需要时间呢?

看起来像是时间戳呢!