While saving the data I want the time to be displayed in users local time as of now it is saving in utc.
Code :
NarrativeContentLastModifiedOn = valuation.NarrativeContentLastModifiedOn;
So how do I convert this date time to user's local datetime.