From 4939cd04564bf119bc38e5c5caac2d49a3c29cf2 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 21 Aug 2011 23:37:23 -0400 Subject: [PATCH] bleh --- bot/commands/registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/commands/registration.py b/bot/commands/registration.py index 7eeb43d..5b88b85 100644 --- a/bot/commands/registration.py +++ b/bot/commands/registration.py @@ -32,7 +32,7 @@ class Command(BaseCommand): self.connection.reply(data, msg.format(name)) return - date = time.strftime("%b %m, %Y at %H:%M:%S %Z", reg) + date = time.strftime("%b %m, %Y at %H:%M:%S UTC", reg) age = self.get_diff(time.mktime(reg), time.mktime(time.gmtime())) g = user.gender()