Apache Timezone Log Filter News
Status: Alpha
Brought to you by:
pwillia6
The logtimezone filter allows Apache log files to converted from one time zone to another. This is especially useful if you are using a hosting service that produces its logs in another timezone (typically UTC) and you want to make sense of your log statistics. The filter can be easily integrated with the 'awstats' statistics package.
The filter works be examining the dates in the log file. The time is then converted to the local timezone for the computer or according to the 'TZ' environment variable. The filter is entirely written in C and relies and uses only the standard system libraries. ... read more