I have a Date()
object that contains a UTC date, which I need converted to the users local timezone. Does anybody know how I could do this? :-)
This is an old thread, but just in case anyone else stumbles across this issue, here's how I got around this problem.
UTC dates from ASP.Net
In my example, I wanted my ASP.Net service to return dates in the user's local timezone, even though the date values were stored in SQL Server in the UTC timezone.