• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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