Beispiel #1
0
 def created(self):
     return int2datetime(self._created)
Beispiel #2
0
 def birthday(self):
     return int2datetime(self._birthday)
Beispiel #3
0
 def modified(self):
     return int2datetime(self._modified)
Beispiel #4
0
 def last_login(self):
     return int2datetime(self._last_login)
Beispiel #5
0
 def created(self):
     return int2datetime(self._created)
Beispiel #6
0
 def modified(self):
     return int2datetime(self._modified)
Beispiel #7
0
 def birthday(self):
     return int2datetime(self._birthday)
Beispiel #8
0
 def last_login(self):
     return int2datetime(self._last_login)