Roundcube not showing date/time

Roundcube not showing date/time in emails
This issue is due to a missing php setting.
Please configure below in /etc/php.ini and restart the webserver.
date_default_timezone_set('UTC');

 

  • roundcube, date, missing
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

 Migrating emails using imapsync

There is a unix app that can be used to migrate emails  between imap servers. The app is called...

 DSN: Data format error

This normally shows up only with emails from contact form or any web generated email. Solution1....