Skip to content

Commit 0d41f35

Browse files
committed
time in milliseconds in parameters
1 parent cd3872e commit 0d41f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paramgenerator/generateparams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def handlePersonParam(person):
7777
def handleTimeParam(timeParam):
7878
#print timeParam.year
7979
res = str(timegm(date(year=int(timeParam.year),
80-
month=int(timeParam.month), day=int(timeParam.day)).timetuple()))
80+
month=int(timeParam.month), day=int(timeParam.day)).timetuple())*1000)
8181
return res
8282

8383
def handleTimeDurationParam(timeParam):

0 commit comments

Comments
 (0)