We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3872e commit 0d41f35Copy full SHA for 0d41f35
paramgenerator/generateparams.py
@@ -77,7 +77,7 @@ def handlePersonParam(person):
77
def handleTimeParam(timeParam):
78
#print timeParam.year
79
res = str(timegm(date(year=int(timeParam.year),
80
- month=int(timeParam.month), day=int(timeParam.day)).timetuple()))
+ month=int(timeParam.month), day=int(timeParam.day)).timetuple())*1000)
81
return res
82
83
def handleTimeDurationParam(timeParam):
0 commit comments