Using C#, I need to convert incoming datetime values into UTC. I know there is functionality in .NET for these conversions but all I have to identify the timezone is the sta
There is a lot of information on MSDN about converting to different time zones.
You probably want to use ConvertTimeBySystemTimeZoneId method (follow link for examples).