Create time with mktime : Mktime : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Mktime »

 

Create time with mktime


from random import *
from time import *
date1 = (200511000, -1, -1, -1)
time1 = mktime(date1)
date2 = (200611000, -1, -1, -1)
time2 = mktime(date2)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Function
» Mktime