aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-04-07 04:59:01 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-04-07 04:59:01 +0100
commit3e5766022e8103765d62343956cf1aeba34b4d82 (patch)
tree6d36decd2eecb0950c072ec805cb02a6ae5b3c8e /doc/user-guide
parentd4efddfb7d34a8409cf78dd337f3933e0ed11d08 (diff)
Show timestamps for offline messages. Including a timezone setting for
people using servers outside their own timezone.
Diffstat (limited to 'doc/user-guide')
-rw-r--r--doc/user-guide/commands.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 833ea00f..c8f2de4c 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -838,6 +838,21 @@
</description>
</bitlbee-setting>
+ <bitlbee-setting name="timezone" type="string" scope="global">
+ <default>local</default>
+ <possible-values>local, utc, gmt, timezone-spec</possible-values>
+
+ <description>
+ <para>
+ If message timestamps are available for offline messages or chatroom backlogs, BitlBee will display them as part of the message. By default it will use the local timezone. If you're not in the same timezone as the BitlBee server, you can adjust the timestamps using this setting.
+ </para>
+
+ <para>
+ Values local/utc/gmt should be self-explanatory. timezone-spec is a time offset in hours:minutes, for example: -8 for Pacific Standard Time, +2 for Central European Summer Time, +5:30 for Indian Standard Time.
+ </para>
+ </description>
+ </bitlbee-setting>
+
<bitlbee-setting name="tls" type="boolean" scope="account">
<default>try</default>