I\'m trying to pass a UTC date as a query string parameter to a Web API method. The URL looks like
/api/order?endDate=2014-04-01T00:00:00Z&zoneId=4
I ended up just using the ToUniversalTime() method as parameters come in.
ToUniversalTime()