Beispiel #1
0
 def created_at(self):
     return Func.dt_to_timezone(self.utc_created_at)
Beispiel #2
0
 def last_login_at(self):
     return Func.dt_to_timezone(self.utc_last_login_at)