Is this what you are trying to do?
DateTime dtUTC = new DateTime(2011, 8, 28, 23, 0, 0);
DateTime dtLocal = dtUTC.ToLocalTime();
-----Original Message-----
From: Anthony Mayan
Sent: 8/28/2011 8:58 AM
Anyone have experience with converting time from utc to localtime. It appears that olson database is a standard but i cannot find any .net code to use it!Does dotnet have this functionaility? Anthony
