I have a mongoose schema which includes:
dateTime: { type: Date, default: moment().tz("Asia/Karachi").format(), },
But when