Horde was not reading the default server time (all users were seeing UTC). I set the default in this config file:
/usr/share/psa-horde/imp/config/prefs.local.php
I added this line:
$_prefs[‘timezone’][‘value’] = ‘US/Central’;
Horde was not reading the default server time (all users were seeing UTC). I set the default in this config file:
/usr/share/psa-horde/imp/config/prefs.local.php
I added this line:
$_prefs[‘timezone’][‘value’] = ‘US/Central’;