In the irssi IRC client, the time and timestamps are displayed by default in 24-hour format. Is there any way to get it to default to 12-hour format?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I found the answer, I just did /set timestamp_format %I:%M.

link|improve this answer
Technically that is is wrong. You need an uppercase M, or else you will get thew hour and month.c Like at 10:45 in february, you would see 10:02. It needs to be %I%M. – n0yd Feb 19 at 15:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.