I have faced the issue of displaying date/time in Horde IMP mail client in several occasions. I have rectified those issues but failed to post it in my blog.
OK, today I had the same issue with Horde Groupware 5.1.4 IMP mail client. It displayed a wrong time for the mail arrival time.
As Horde uses PHP functions for time variable settings, the time zone setting in php.ini should be corrected according to your standard time zone.
[Date]
; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
date.timezone ="Asia/Colombo"
Replace "Asia/Colombo" with your preferred time zone, and horde will display the correct mail arrival times accordingly.
OK, today I had the same issue with Horde Groupware 5.1.4 IMP mail client. It displayed a wrong time for the mail arrival time.
As Horde uses PHP functions for time variable settings, the time zone setting in php.ini should be corrected according to your standard time zone.
[Date]
; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
date.timezone ="Asia/Colombo"
Replace "Asia/Colombo" with your preferred time zone, and horde will display the correct mail arrival times accordingly.