• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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