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