[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66276: Use a seperate time format in rcirc logfiles
From: |
Philip Kaludercic |
Subject: |
bug#66276: Use a seperate time format in rcirc logfiles |
Date: |
Wed, 10 Jan 2024 19:06:37 +0000 |
Stefan Kangas <stefankangas@gmail.com> writes:
> Thuna <thuna.cing@gmail.com> writes:
>
>> I believe that it is best to have two different time formats for
>> logfiles and normal rcirc buffers. Logfiles need additional precision,
>> specifically the date and maybe the time zone, while normal buffers do
>> not.
>>
>> The patch adds a single variable, rcirc-log-time-format, to control the
>> time format in logfiles, which is done by replacing the usage of
>> rcirc-time-format in rcirc-log with it.
>>
>> I figured "%F %T %z " was a sensible default, although feel free to
>> change it as you wish.
>
> Philip, could you please take a look at this patch?
We have already merged a similar functionality with bug#67597.