iredmail-doc/en_US/iredadmin/2-iredadmin-pro.set.a.prope...

40 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# iRedAdmin-Pro: Set a proper time zone
[TOC]
!!! attention
The time zone settings in iRedAdmin is for iRedAdmin itself, not used by
SOGo or Roundcube.
* For per-account time zone setting in SOGo, please login to SOGo web UI
and change it in `Preferences` page. For global setting, please update
parameter `SOGoTimeZone =` in its config file `sogo.conf`.
* For per-account time zone setting in Roundcube, please login to Roundcube
web ui and change it in `Settings` page. For global setting, please
add or update parameter `$config['timezone]` in its config file.
You can find locations of their config files in this document:
[Locations of configuration and log files of major components](./file.locations.html).
iRedAdmin-Pro uses time zone `GMT` by default, you can change it in several ways.
## Server wide time zone
To set a server wide time zone, please add setting below with the proper time
zone in iRedAdmin config file:
```
LOCAL_TIMEZONE = 'GMT+05:00'
```
You can find more sample time zones in file `libs/default_settings.py` under
iRedAdmin directory.
## Per-account time zone
Admin or user can set per-user time zone in their own profile page:
![](./images/iredadmin/user_profile_general.png)