summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-02-08 21:43:16 +0100
committerSébastien Helleu <flashcode@flashtux.org>2020-02-08 21:59:14 +0100
commit40e8e928cd5dc9bcd3f0370172f2b50389df84b6 (patch)
tree4dab639df11535ce9c0cc241ff1f17fdc9e0b40e /doc/it
parent6f4f147d8e86adf9ad34a8ffd7e7f1f23a7e74da (diff)
downloadweechat-40e8e928cd5dc9bcd3f0370172f2b50389df84b6.zip
doc: add question about timezone in FAQ
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_faq.it.adoc22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc
index 034d90db4..e7e087f61 100644
--- a/doc/it/weechat_faq.it.adoc
+++ b/doc/it/weechat_faq.it.adoc
@@ -429,6 +429,28 @@ With older WeeChat:
/upgrade
----
+// TRANSLATION MISSING
+[[timezone]]
+=== How can I change the timezone?
+
+// TRANSLATION MISSING
+There is no option in WeeChat to change the timezone, the environment variable
+`TZ` must be set to the appropriate value.
+
+// TRANSLATION MISSING
+In your shell initialization file or on command line, before starting WeeChat:
+
+----
+export TZ=Europe/Rome
+----
+
+// TRANSLATION MISSING
+In WeeChat, the new value is immediately used:
+
+----
+/set env TZ Europe/Rome
+----
+
[[use_256_colors]]
=== Come posso usare 256 colori in WeeChat?