Commit 8a4ea55d authored by 段英荣's avatar 段英荣

modify

parent 893cb7be
......@@ -32,7 +32,8 @@ class TopicTransfer(object):
create_time = instance.create_time
tzlc_create_time = tzlc(create_time)
print("duan add,type:%s,dir:%s" % (type(tzlc_create_time),dir(tzlc_create_time)))
import time
print("duan add,type:%s,val:%d,dir:%s" % (type(tzlc_create_time),time.mktime(tzlc_create_time.timetuple()),dir(tzlc_create_time)))
res["create_time"] = tzlc(create_time)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment