TimeZone.CurrentTimeZone.ToLocalTime(date);Internally the DateTime.ToLocalTime() makes a call to the TimeZone's method.
(The date being converted from should be in UTC)
codevanced.net
Ganesh Ranganathan
[Please mark the post as answer if it answers your question]