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()