Skip to content

Commit

Permalink
documenting timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Feb 2, 2024
1 parent 4df6a75 commit f74419e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/Reference/sr3_options.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1775,6 +1775,13 @@ The **timeout** option, sets the number of seconds to wait before aborting a
connection or download transfer (applied per buffer during transfer).


timezone <string> (default: utc)
--------------------------------

Interpret listings from an FTP server as being in the given timezone as per `pytz <pypi.org/project/pytz>`_
Has no effect other than in when polling an FTP server.


tlsRigour (default: medium)
---------------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/source/fr/Reference/sr3_options.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1739,6 +1739,14 @@ timeout <intervalle> (défaut: 0)
L’option **timeout** définit le nombre de secondes à attendre avant d’interrompre un
transfert de connexion ou de téléchargement (appliqué pendant le transfert).

timezone <chaine> (défaut: utc)
--------------------------------

Établir le fuseau horaire pour les dates afficher pour les fichiers sur un serveur FTP.
La valeur est tel que décrit timezone as per `pytz <pypi.org/project/pytz>`_
Seulement actif dans le contexte de sondage de serveur FTP.


tlsRigour (défaut: medium)
--------------------------

Expand Down

0 comments on commit f74419e

Please sign in to comment.