When you installed Roundcube Mails are
showing properly but the time of emails do not show.
This issue occurred due to php.ini file
configuration.
You need to set correct time zone in
the php.ini file.
vi /etc/php.ini
date.timezone = "UTC"
then restart the apache service.
That's all. Enjoy it.
Thank You!!!
ReplyDelete