iredmail-doc/html_bk/iredadmin-pro.set.a.proper....

59 lines
3.0 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iRedAdmin-Pro: Set a proper time zone</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="https://www.iredmail.org" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="iredadmin-pro-set-a-proper-time-zone">iRedAdmin-Pro: Set a proper time zone</h1>
<div class="toc">
<ul>
<li><a href="#iredadmin-pro-set-a-proper-time-zone">iRedAdmin-Pro: Set a proper time zone</a><ul>
<li><a href="#server-wide-time-zone">Server wide time zone</a></li>
<li><a href="#per-account-time-zone">Per-account time zone</a></li>
</ul>
</li>
</ul>
</div>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>The time zone settings in iRedAdmin is for iRedAdmin itself, not used by
SOGo or Roundcube.</p>
<ul>
<li>
<p>For per-account time zone setting in SOGo, please login to SOGo web UI
and change it in <code>Preferences</code> page. For global setting, please update
parameter <code>SOGoTimeZone =</code> in its config file <code>sogo.conf</code>.</p>
</li>
<li>
<p>For per-account time zone setting in Roundcube, please login to Roundcube
web ui and change it in <code>Settings</code> page. For global setting, please
add or update parameter <code>$config['timezone]</code> in its config file.</p>
</li>
</ul>
<p>You can find locations of their config files in this document:
2019-03-14 09:44:18 -06:00
<a href="./file.locations.html">Locations of configuration and log files of major components</a>.</p>
</div>
<p>iRedAdmin-Pro uses time zone <code>GMT</code> by default, you can change it in several ways.</p>
<h2 id="server-wide-time-zone">Server wide time zone</h2>
<p>To set a server wide time zone, please add setting below with the proper time
zone in iRedAdmin config file:</p>
<pre><code>LOCAL_TIMEZONE = 'GMT+05:00'
</code></pre>
<p>You can find more sample time zones in file <code>libs/default_settings.py</code> under
iRedAdmin directory.</p>
<h2 id="per-account-time-zone">Per-account time zone</h2>
<p>Admin or user can set per-user time zone in their own profile page:</p>
<p><img alt="" src="./images/iredadmin/user_profile_general.png" /></p><div class="footer">
2019-12-31 00:07:48 -06:00
<p style="text-align: center; color: grey;">All documents are available in <a href="https://github.com/iredmail/docs/">GitHub repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://github.com/iredmail/docs/archive/master.zip">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
2021-07-11 23:36:15 -05:00
</div></body></html>