[Solved] In ASP.NET MVC2, convert time user’s timezone. How to get timezone info? [closed]
[ad_1] You’re passing values that aren’t even of the right data type. Read up on TimeZoneInfo so you know how to use it properly. Also read: Why you shouldn’t use DateTime.Now The timezone tag wiki DST and Time Zone Best Practices Also understand that somewhere here you actually have to know the user’s time zone. … Read more