1man(1)                       Profanity XMPP client                      man(1)
2
3
4

NAME

6       /time
7
8

DESCRIPTION

10       Configure  time display preferences. Time formats are strings supported
11       by   g_date_time_format.   See    https://developer.gnome.org/glib/sta
12       ble/glib-GDateTime.html#g-date-time-format  for  more  details. Setting
13       the format to an unsupported string, will display the  string.  If  the
14       format contains spaces, it must be surrounded with double quotes.
15
16

SYNOPSIS

18       /time all|console|chat|muc|config|private|xml set <format>
19
20
21       /time all|console|chat|muc|config|private|xml off
22
23
24       /time statusbar set <format>
25
26
27       /time statusbar off
28
29
30       /time lastactivity set <format>
31
32
33       /time vcard set <format>
34
35

ARGUMENTS

37       console set <format>
38           Set time format for console window.
39
40       console off
41           Do not show time in console window.
42
43       chat set <format>
44           Set time format for chat windows.
45
46       chat off
47           Do not show time in chat windows.
48
49       muc set <format>
50           Set time format for chat room windows.
51
52       muc off
53           Do not show time in chat room windows.
54
55       config set <format>
56           Set time format for config windows.
57
58       config off
59           Do not show time in config windows.
60
61       private set <format>
62           Set time format for private chat windows.
63
64       private off
65           Do not show time in private chat windows.
66
67       xml set <format>
68           Set time format for XML console window.
69
70       xml off
71           Do not show time in XML console window.
72
73       statusbar set <format>
74           Change time format in statusbar.
75
76       statusbar off
77           Do not show time in status bar.
78
79       lastactivity set <format>
80           Change time format for last activity.
81
82       vcard set <format>
83           Change the time format used to display time/dates in vCard (such as
84           birthdays)
85
86       all set <format>
87           Set time for: console, chat, muc, config, private, and xml windows.
88
89       all off
90           Do not show time for: console, chat, muc, config, private  and  xml
91           windows.
92
93

EXAMPLES

95       /time console set %H:%M:%S
96
97
98       /time chat set "%d-%m-%y %H:%M:%S"
99
100
101       /time xml off
102
103
104       /time statusbar set %H:%M
105
106
107       /time lastactivity set "%d-%m-%y %H:%M:%S"
108
109
110       /time all set "%d-%m-%y %H:%M:%S"
111
112
1130.13.1                            2023-08-03                            man(1)
Impressum