[Tell] This is supposed to be UTC too..

master
sfan5 2014-06-28 15:35:06 +02:00
parent aba576647c
commit 36ae5056fe
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ def tell(phenny, input):
elif target[-1] == ":":
return phenny.reply("Do not put an : at the end of nickname")
d = (teller, target, text, int(time.time()))
d = (teller, target, text, int(time.gmtime()))
tell_pending.append(("add", d))
# We do not insert the entry into tell_list yet because we don't know the id it will have
tell_diskwr() # Write the change to disk