2012/12/28 Robert Moskowitz rgm@htt-consult.com:
I have again reviewed the setup instructions for Roundcube, and I am not finding anyplace where I am told what to change in php.ini.
Frustrating. My search fu has been hit and miss, with more misses of late.
first read the installation docs: INSTALL and then read the configuration file: (main.inc.php(.dist)):
// use this timezone to display date/time // valid timezone identifers are listed here: php.net/manual/en/timezones.php // 'auto' will use the browser's timezone settings $rcmail_config['timezone'] = 'auto';
it took less than minute to find the setting...
Eero