From 3bb5228cbfa26237ea0fab37ef6d0dc462b40f0f Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 22 Aug 2011 00:08:08 -0400 Subject: [PATCH] I'm not sure why I made this huge mistake but errrrghhhh. --- 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 5b88b85..4547872 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 UTC", reg) + date = time.strftime("%b %d, %Y at %H:%M:%S UTC", reg) age = self.get_diff(time.mktime(reg), time.mktime(time.gmtime())) g = user.gender()