I have a web service (MVC Web API) where I store the date time values in UTC. The iPad communicates with the API and will pass the time zone setting in the header. The API will convert the UTC value to the correct local time based on the time zone sent by the iPad.
It seems like I will need a mapping between the list of Objective C time zone values to the C#(.net) time zone values. Other than making the iPad covert to local time, is this the best way?
GMT timezone conversion in objective c
http://msdn.microsoft.com/en-us/library/ms912391%28v=winembedded.11%29.aspx