Specific Time Zone
Just wondering, is there any way to change the time to that of a
specific time zone? I tried:
1) Thread.CurrentThread.CurrentUICulture = new
CultureInfo(lang);
Thread.CurrentThread.CurrentCulture =
CultureInfo.CreateSpecificCulture
("zh-CN");
2) TimeZone.CurrentTimeZone
But nothing worked so far. Please advise.
Thanks,

