using mongo aggr i need to convert an epoch to human-readable date eg my epoch :1563557673 which i want in yyyy mm dd hr mm ss and offset +05:30`
displayTime: moment(getReferral[0][i].timeStamp * 1000)
.utcOffset("+05:30")
.format("YYYY-MM-DD hh:mm:ss A")