The results that I get back are in UTC and I need this to be in my current timezone.
var accidentDetail = db.sp_InsertAccidentRegister(Convert.ToDateTime(GetFieldValue(accidentReportDetail.fields, "Date/Time of Accident"))
I'm new to coding, especially in C# so any recommendations/suggestions are welcomed.