diff --git a/bot/commands/registration.py b/bot/commands/registration.py index 3ce12ea..7eeb43d 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 %I:%M:%S %p", reg) + date = time.strftime("%b %m, %Y at %H:%M:%S %Z", reg) age = self.get_diff(time.mktime(reg), time.mktime(time.gmtime())) g = user.gender()