When watching a log message at admin/reports/dblog I see 16:32 as correct event time. The sent email contains:

Timestamp: 23. Juli 2009 - 10:32

It seems that the time in the email body is not formated to the system timezone.

Comments

dave reid’s picture

Version: 6.x-1.3 » 6.x-1.x-dev
Assigned: Unassigned » dave reid

Should be an easy fix. I'm looking into it.

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

Actually, this is working as intended. The time and e-mail in the date are formatted in the website's local timezone. Since you only enter an e-mail address in the settings (which may or may not be associated with a user account), we cannot reliably format a date into a user's specified timezone. However, when you view the reports at admin/reports/dblog, since you are logged in, the dblog.module can format the date correctly for you. I'm welcome to suggestions as to working around this, but I don't see a solution.

bjcool’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Agreed. Sorry for the extra work.