DateTime.UtcNow is used to get the current UTC time and DateTime.Now is used for the current local time. In the case of a web application, datetime.now will give the server time.
How do I make it give the local time for any user using the application?