Example #1
0
 def get_up_time(self):
     try:
         res = get_datetime_now() - self.date_of_birth
     except:
         res = False
     return res
Example #2
0
 def __init__(self, name=NULL_NAME):
     self.name = name
     self.date_of_birth = get_datetime_now()