Explorar el Código

drop AM/PM in favor of just UTC

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
08b6868044
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bot/commands/registration.py

+ 1
- 1
bot/commands/registration.py Ver fichero

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


Cargando…
Cancelar
Guardar