python生成所需要的时间
>>> import time;>>> time.mktime(time.strptime('2011 03 18 12 54 32', '%Y %m %d %H %M %S'))1300424072.0只需要将括号中的时间修改为自己所需要的时间即可;