BotBotMe / botbot-web

Web interface for BotBot.me
https://lincolnloop.com/blog/saying-goodbye-botbotme/
Other
152 stars 32 forks source link

Fix timestamps #161

Closed olivierbellone closed 8 years ago

olivierbellone commented 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.:

[00:05:1463875506] * timebox joined the channel

This PR fixes that.

ipmb commented 8 years ago

Thanks @olivierbellone 🎆

olivierbellone commented 8 years ago

Np! Thanks for the merge :)