Skip to content

Commit

Permalink
adding string examples to timezone doc
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Feb 2, 2024
1 parent f74419e commit ac6a3a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/source/Reference/sr3_options.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1775,10 +1775,11 @@ 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)
timezone <string> (default: UTC)
--------------------------------

Interpret listings from an FTP server as being in the given timezone as per `pytz <pypi.org/project/pytz>`_
Examples: Canada/Pacific, Pacific/Nauru, Canada/Eastern, Europe/Paris
Has no effect other than in when polling an FTP server.


Expand Down
3 changes: 2 additions & 1 deletion docs/source/fr/Reference/sr3_options.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1739,11 +1739,12 @@ 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)
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>`_
exemples: Canada/Pacific, Pacific/Nauru, Europe/Paris
Seulement actif dans le contexte de sondage de serveur FTP.


Expand Down

0 comments on commit ac6a3a7

Please sign in to comment.