Closed olivierbellone closed 8 years ago
When viewing logs as text, the strftime formatting string used %s instead of %S, which output a Unix timestamp instead of seconds, e.g.:
strftime
%s
%S
[00:05:1463875506] * timebox joined the channel
This PR fixes that.
Thanks @olivierbellone 🎆
Np! Thanks for the merge :)
When viewing logs as text, the
strftime
formatting string used%s
instead of%S
, which output a Unix timestamp instead of seconds, e.g.:This PR fixes that.