The server that IIS works in has 3 Hours difference with UTC time. I wanted IIS logs to be in server time, so I checked "use local time for file naming and rollover" but still the logs are 3 hours behind the server time.
User-2064283741 posted
What you have checked is likely working as intended. You are changed the filename and when it rollsover.
The contents of the log file itself you can't change if in normal W3C format as the standard for that is for GMT time. If you changed it to other formats I believe they will be in local system time.
Currently it is in W3C format. Is there any way for me to have it in local time ? for example when I use logparser to view the logs, I want to see the recent logs, and not far behind the time server.