This topic is locked
[SOLVED]

 TimeZone for Audit Log

6/28/2010 2:04:00 AM
PHPRunner General questions
N
nitinjain authorDevClub member

Hi
Is there a way to set the timezone for the audit log date time capture field?
The default is that it is capturing the timezone of the server.
Nitin Jain

A
ann 6/28/2010

Hi,
Unfortunately, you can't change the timezone for audit only. As workaround proceed to the \source\include\audit.php generated file and modify now() function as you need.

N
nitinjain authorDevClub member 6/28/2010



Hi,
Unfortunately, you can't change the timezone for audit only. As workaround proceed to the \source\include\audit.php generated file and modify now() function as you need.


Hi Ann
Thanks for the reply
Would I have to change all the now() functions?
Nitin

A
ann 6/29/2010

Nitin,
yes, you need to change every date.