module.exports = (params) => { return params.defaultValue ? new Date(params.defaultValue).toISOString() : new Date().toISOString(); };