Use abbreviated month name in tell output, to be less ambiguous.

master
James Tait 2016-03-22 09:42:44 +00:00
parent fa67ee4346
commit a603810932
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ def checktell(phenny, input):
continue
phenny.say("%s: %s <%s> %s" % (
input.nick,
time.strftime('%m-%d %H:%M UTC', time.gmtime(e[4])),
time.strftime('%b-%d %H:%M UTC', time.gmtime(e[4])),
e[1],
e[3]))
r.append(e[0])