I'm running Roundcube 0.8.4 and am not seeing dates in webmail. In a mail client, they show up.
I did see that the date.timezone needed to be set in php.ini.
I ran php -i phpinfo | grep 'Configuration File'
to find out which php.ini file my server used and edited that.
I uncommented and changed the following line:
date.timezone = America/Los_Angeles
Then restarted the httpd service on my server....dates are still not showing up. Any ideas or suggestions?
My server is running CentOS 5.9 and I'm using the Plesk Panel.
TIA
For what it's worth, I also attempted to use: date.timezone = "America/Los_Angeles"
and restarted....still no dates
Make a php file with phpinfo() in the RoundCube directory to make its showing the data.timezone.
That indicated that the site used it's own php.ini file. Thanks for that!
I located the proper php.ini and added the date.timezone and all is working now.