ExtendedTimeZone class is NOT in Microsoft.SPOT

Are there any new updates?

Thanks…

Good question. Not sure what Microsoft did with it? Maybe moved it to standard place where full .NET places it?

Try here for an answer for general NETMF questions
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.dotnet.framework.microframework

So how would I set the Domino RTC to local time is I have the UTC time from the GPS string?

Maybe
DateTime MyTime = DateTime.Now.AddHours(-5);

Like I said in last post, this maybe moved to match the full .NET. Try TimeZone class

Timezone is supported through TimeService.SetTimeZoneOffset Method | Microsoft Learn
That is Microsoft.SPOT.Time.TimeService.SetTimeZoneOffset(-5*60);//-5 hours