Html – Timepicker is adding the time zone to the input date
The bootstrap timepicker is passing data that looks like this: "Mon Jan 01 0001 17:00:02 GMT-0456 (Eastern Standard Time)" When passed to the api, the string is cast to the C# datetime type except that the time is changed from…