Hi,
I've tried to change date entry log in defaults.inc.php to show the correct time when I look in log. But without success.
I've change $rcmail_config['log_date_format'] = 'd-M-Y H:i:s O' to $rcmail_config['log_date_format'] = 'd-M-Y H:i:s +0200' (I've tried +02:00 too) but in the log the time remain the same of UTC with the "add hours" that I have set for change time.
In F2B the time is correct but I would like to change the time in log too.
What can I do ?
Thank you
I've tried to change date entry log in defaults.inc.php to show the correct time when I look in log. But without success.
I've change $rcmail_config['log_date_format'] = 'd-M-Y H:i:s O' to $rcmail_config['log_date_format'] = 'd-M-Y H:i:s +0200' (I've tried +02:00 too) but in the log the time remain the same of UTC with the "add hours" that I have set for change time.
Code:
[24-Oct-2017 07:47:37 +02:00]:
[24-Oct-2017 07:49:20 +0200]:
What can I do ?
Thank you