Commit a35a0a0a authored by 段英荣's avatar 段英荣

modify

parent 647c2bba
......@@ -40,6 +40,7 @@ class TopicTransfer(object):
update_time = instance.update_time
tzlc_update_time = tzlc(update_time)
res["update_time"] = tzlc_update_time
print(time.mktime(tzlc_update_time.timetuple()))
res["update_time_val"] = time.mktime(tzlc_update_time.timetuple())
return res
......
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