• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Set date format log on Roundcube

OverWolf

Regular Pleskian
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.
Code:
[24-Oct-2017 07:47:37 +02:00]:

[24-Oct-2017 07:49:20 +0200]:
In F2B the time is correct but I would like to change the time in log too.
What can I do ?

Thank you
 
AFAIK the 'log_date_format' setting only allows you to format the view of the current time. You cannot set time offsets.
Is your timezone set correctly in php.ini?
 
Hi Paul,
yes, timezone is set in php.ini. I thought that last char given me the possibility to set time offsets.
 
Hi UFHH01,
I've already read that document, and it's was for that that I have tried +0200 and +02:00. Probably I haven't understood
 
Back
Top