In model schema,
Using
updated: { type: Date, default: Date.now
In server.js
put(function(req, res) { v
You can create a Date Object from a specific UTC time:
new Date(Date.UTC(year, month, day, hour, minute, second))