0
kicks
Rendering ASP.NET UTC time as local time of the browser's time zone
It is a common practice to store time as UTC on the server and render it as local time based on the time zone the browser is running in. This blog post describes one simple approach to solving this problem.