I\'m posting an object to an MVC controller. The object contains a field called StartDt and on the client it is a javascript Date object in local time.
When I call J
You may have to use the DateTime.ToUniversalTime() method to get back the UTC time.