Extended Log File Format Always in GMT (194699)



The information in this article applies to:

  • Microsoft Internet Information Server 4.0
  • Microsoft Internet Information Services 5.0
  • Microsoft Internet Information Services version 5.1
  • Microsoft Internet Information Services version 6.0

This article was previously published under Q194699
We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site:

SYMPTOMS

Internet Information Server (IIS) and Internet Information Services (IIS) administrators cannot change the time format for the extended log file format to use a time zone other than Greenwich Mean Time (GMT).

CAUSE

The extended log file format is defined in the W3C Working Draft WD- logfile-960323 specification by Phillip M. Hallam-Baker and Brian Behlendorf. This document defines the Date and Time files to always be in GMT:

Date
<date> = 4<digit> "-" 2<digit> "-" 2<digit> Dates are recorded in the format YYYY-MM-DD where YYYY, MM and DD stand for the numeric year, month and day respectively. All dates are specified in GMT. This format is chosen to assist collation using sort.

Time
<time> = 2<digit> ":" 2<digit> [":" 2<digit> ["." *<digit>]

Times are recorded in the form HH:MM, HH:MM:SS or HH:MM:SS.S where HH is the hour in 24 hour format, MM is minutes, and SS is seconds. All times are specified in GMT.


This behavior is by design.

MORE INFORMATION

For more information on the extended log file format, see the W3C Working Draft WD-logfile-960323 specification at the following URL:
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

193612 Log Files Rolled Over According to GMT, Not Local Time Zone



Modification Type:MinorLast Reviewed:6/23/2005
Keywords:kbpending kbprb KB194699