Updated HTML docs

This commit is contained in:
Griatch 2020-10-19 08:58:16 +02:00
parent 88483fc3fa
commit 8936980973
297 changed files with 5517 additions and 23708 deletions

View file

@ -65,7 +65,7 @@ inputers timezone. Always returns a result in UTC.</p>
<li><p><strong>account</strong> (<a class="reference internal" href="evennia.accounts.models.html#evennia.accounts.models.AccountDB" title="evennia.accounts.models.AccountDB"><em>AccountDB</em></a>) The Account performing this lookup. Unless <strong>from_tz</strong> is provided,
the accounts timezone option will be used.</p></li>
<li><p><strong>from_tz</strong> (<em>pytz.timezone</em>) An instance of a pytz timezone object from the
user. If not provided, tries to use the timezone option of <strong>account</strong>.
user. If not provided, tries to use the timezone option of the <strong>account</strong>.
If neither one is provided, defaults to UTC.</p></li>
</ul>
</dd>