I'm new to Azure Web Sites service. I uploaded my web site files and it works very nice.
But I have a problem with default time zone. My location is Seoul(+9). But the code return UTC(+0) time when I call below.
DateTime.Now;
Is there any way to solve this problem without complicated fix like editing Web.config?