コード例 #1
0
ファイル: iiz_base.py プロジェクト: frostspb/IIZ_site
 def get_up_time(self):
     try:
         res = get_datetime_now() - self.date_of_birth
     except:
         res = False
     return res
コード例 #2
0
ファイル: iiz_base.py プロジェクト: frostspb/IIZ_site
 def __init__(self, name=NULL_NAME):
     self.name = name
     self.date_of_birth = get_datetime_now()