312-49 · Question #216
312-49 Question #216: Real Exam Question with Answer & Explanation
The correct answer is A: UTC. By default, IIS (Internet Information Services) logs all events using UTC (Coordinated Universal Time), regardless of the local time zone configured on the server. This is intentional: using a single universal time standard ensures that log entries from servers in different time
Question
The following is a log file screenshot from a default installation of IIS 6.0. What time standard is used by IIS as seen in the screenshot?
Options
- AUTC
- BGMT
- CTAI
- DUT
Explanation
By default, IIS (Internet Information Services) logs all events using UTC (Coordinated Universal Time), regardless of the local time zone configured on the server. This is intentional: using a single universal time standard ensures that log entries from servers in different time zones can be correlated accurately without ambiguity from daylight saving time shifts. Forensic analysts and administrators must remember to convert UTC timestamps to local time when interpreting IIS logs. GMT (Greenwich Mean Time) is closely related to UTC but is a time zone, not a time standard; TAI (International Atomic Time) and UT (Universal Time) are not used by IIS.
Topics
Community Discussion
No community discussion yet for this question.