コード例 #1
0
ファイル: macros.py プロジェクト: mightymau/hubspace
 def getValue(self, data):
     from hubspace.validators import timeconverter, dateconverter
     return dateconverter.from_python(data['rusage'].bookedby.display_name)
コード例 #2
0
ファイル: macros.py プロジェクト: mightymau/hubspace
 def getValue(self, data):
     from hubspace.validators import timeconverter, dateconverter
     return dateconverter.from_python(data['rusage'].start)