##// END OF EJS Templates
timezone: fix issues with timezone detection of current logic....
timezone: fix issues with timezone detection of current logic. - it was reported that in certain timezones e.g `US/Central` the generated offset was +19:00 which is incorrect and should be -05:00. - we now use a special library for detection of local timezone and use logic of pytz to calculate the offset - fixes #5371

File last commit:

r2636:13329d5f default
r2676:7fe5f77f default
Show More
system-admin.rst
32 lines | 602 B | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _rhodecode-admin-ref:
System Administration
=====================
The following are the most common system administration tasks.
.. only:: latex
* :ref:`vcs-server`
* :ref:`apache-ws-ref`
* :ref:`nginx-ws-ref`
* :ref:`rhodecode-tuning-ref`
* :ref:`indexing-ref`
* :ref:`rhodecode-reset-ref`
.. toctree::
config-files-overview
vcs-server
svn: fixed docs for svn over http.
r1118 svn-http
svn: show how to enable path based permissions.
r2636 svn-path-permissions
docs: updated section on performance, scaling, ssl support
r2205 gunicorn-ssl-support
project: added all source files and assets
r1 apache-config
nginx-config
backup-restore
tuning-rhodecode
indexing
reset-information
enable-debug
admin-tricks
cleanup-cmds