Dates in mongoose?
The only thing you should take care of is converting the MongoDB/BSON UTC date to your local timezone (in case you need this).
For more info checkout: http://docs.mongodb.org/manual/reference/bson-types/#document-bson-type-date
The only thing you should take care of is converting the MongoDB/BSON UTC date to your local timezone (in case you need this).
For more info checkout: http://docs.mongodb.org/manual/reference/bson-types/#document-bson-type-date