From one TimeZone to the next...
So is it just me or is it hard to find a good design pattern for handling user time zone differences in ASP.NET?
For conversation sake - your server is in mountain time and stores a record with 5pm
User in central time visits your site and sees it as 5pm, but that's really 6pm central.
What you really want to do is show the user 6pm!
So back to my original question - is there not a good design pattern for handling time zone differences?