#774483 byobu: can't disable date and time with tmux

#774483#5
Date:
2015-01-03 07:16:59 UTC
From:
To:
It is currently impossible by any means (including hand editing .byobu/status and killing
..byobu directory logging out, and staring over) to disable the date and time displays
in the tmux status bar.

#774483#10
Date:
2015-01-03 07:27:35 UTC
From:
To:
The bug only occurs of TERM=screen before launching byobu (e.g. SSH to
remote system from a system running byobu in the local terminal).

If you do something like test if the connection is SSH and if set TERM=xterm if
TERM=screen before the byobu-launch line in the profile, the problem goes away.

#774483#15
Date:
2015-08-27 01:11:17 UTC
From:
To:
Control: tags -1 + moreinfo

Have you tried `tmux set -g status-right`? The following works for me to
preserve the byobu status bar panels but get rid of the date/time:

  $ tmux set -g status-right "#(byobu-status tmux_right)"

Does that resolve this issue for you? If so, you can add this to
~/.byobu/.tmux.conf and it will override the byobu default setting which
includes the date and time. See /usr/share/byobu/profiles/tmux.