示例#1
0
def timestamp():
    d = datetime.now()
    for i in xrange(10000):
        jstimestamp(d)
示例#2
0
def timestamp():
    d = datetime.now()
    for i in range(10000):
        jstimestamp(d)
示例#3
0
文件: dates.py 项目: genliu777/dynts
 def testTimeStamp(self):
     dt = datetime.now()
     ts = jstimestamp(dt)
示例#4
0
 def testTimeStamp(self):
     dt = datetime.now()
     ts = jstimestamp(dt)