Hello,
I am trying to convert back and forth from an SPTimeZone object to a TimeZoneInfo object. I have a WPF client application calling to a WCF service hosted in the _vti_bin and I would like to accept a parameter from the client application and use it to set the SPTimeZone for the SPUser originating the call. I have no problems getting the SPUser because of it being hosted inside the SP umbrella and setting the regional settings are trivial. My only problem is the disimilarity between the two objects and the lack of a uniform way of converting back and forth between them. I am hoping someone has some insight.