1

Topic: Timezone problem

==== Required information ====
- iRedMail version: 1.8.1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Debian
- Related log if you're reporting an issue:
====

The emails in the IRedMail Pro web interface are time zoned out in the future compared to the Debian host time indicator via the date command.

I see some references to go modify the timezone in roundcube conf php file.

I am not sure this is the right thing to do.

F.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Timezone problem

You can find variable 'LOCAL_TIMEZONE' in iRedAdmin-Pro: libs/default_settings.py, please choose the right one for you then add this variable in settings.py, then restart Apache service. for example:

LOCAL_TIMEZONE = 'GMT+08:00'

IMPORTANT NOTE: Please do not modify libs/default_settings.py directly. all custom settings should be set in file 'setting.py', so that you can get the same custom settings by simply coping this file after upgrading.