table of contents
man(1) | Profanity XMPP client | man(1) |
NAME¶
/time - the Profanity /time command.
DESCRIPTION¶
Configure time display preferences. Time formats are strings supported by g_date_time_format. See https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format for more details. Setting the format to an unsupported string, will display the string. If the format contains spaces, it must be surrounded with double quotes. It is possible to pass format as 'iso8601' in order to set the time format according to ISO-8601 (only local time, without Time zone designator).
SYNOPSIS¶
/time all|console|chat|muc|config|private|xml set <format>
/time all|console|chat|muc|config|private|xml off
/time statusbar set <format>
/time statusbar off
/time lastactivity set <format>
/time vcard set <format>
ARGUMENTS¶
console set <format>
console off
chat set <format>
chat off
muc set <format>
muc off
config set <format>
config off
private set <format>
private off
xml set <format>
xml off
statusbar set <format>
statusbar off
lastactivity set <format>
vcard set <format>
all set <format>
all off
EXAMPLES¶
/time console set %H:%M:%S
/time chat set "%d-%m-%y %H:%M:%S"
/time xml off
/time statusbar set %H:%M
/time lastactivity set "%d-%m-%y %H:%M:%S"
/time all set "%d-%m-%y %H:%M:%S"
/time all set iso8601
2025-08-22 | 0.15.0 |