Closed (won't fix)
Project:
Logging and alerts
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Jul 2009 at 15:48 UTC
Updated:
24 Jul 2009 at 07:34 UTC
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
Comment #1
dave reidShould be an easy fix. I'm looking into it.
Comment #2
dave reidActually, 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.
Comment #3
bjcool commentedAgreed. Sorry for the extra work.