TimeZones
Posted by: youve been HAACKED,
on 06 Oct 2006 |
View original | Bookmarked: 0 time(s)
Right now, there is no easy way to convert a time from one arbitrary timezone to another arbitrary timezone in .NET. Certainly you can convert from UTC to the local system time, or from the local system time to UTC. But how do you convert from PST to EST? Well Scott Hanselman recently pointedme to some ingenious code in DasBlog originally written by Clemens Vastersthat does this. I recentlysubmitted a patch to DasBlog so that this code properly handles daylight savingsand I had planned to blog about...