I am building a MVC 3 application where the users may not be in the same time zone, so my intent was to store everything in UTC and convert from UTC to local time in the vie
You can use something like MomentJS to display dates/times. Helps with formatting and local times.