コード例 #1
0
 def evaluateObject(self,   subj_py):
     if verbosity() > 80: progress("strTime:parse input:"+`subj_py`)
     str, format = subj_py
     try:
         return  isodate.fullString(int(calendar.timegm(time.strptime(str, format))));
     except:
         return None
コード例 #2
0
 def evaluateSubject(self, obj_py):
     return isodate.fullString(int(obj_py))
コード例 #3
0
ファイル: cwm_time.py プロジェクト: AwelEshetu/cwm
 def evaluateSubject(self, obj_py):
     return isodate.fullString(int(obj_py))