Project

General

Profile

Actions

Bug #1950

closed

mod_accesslog timezone

Added by puatoo2 about 16 years ago. Updated about 16 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_accesslog
Target version:
-
ASK QUESTIONS IN Forums:

Description

The timestamp in my access.log should be the current local time,
but it corresponds to the universal time.

So, the timestamp is always one hour late.

If the server time is:

Current default timezone: 'Europe/Berlin'.
Local time is now: Thu Mar 26 17:23:54 CET 2009.
Universal Time is now: Thu Mar 26 16:23:54 UTC 2009.

I got in my access.log:
[26/Mar/2009:16:23:54 +0000]

It should be:
[26/Mar/2009:17:23:54 +0000]

Actions #1

Updated by stbuehler about 16 years ago

  • Status changed from New to Invalid
  • Target version deleted (1.4.22)

"+0000" gives the timezone (=> UTC), deal with it.

Actions

Also available in: Atom