2015年1月13日 星期二

[python] from timestamp to timestring



要怎麼把 time stamp 轉換成 time string 呢 ?


import datetime
import time

ts=time.time()
s=datetime.datetime.fromtimestamp(int(ts)).strftime("%Y%m%d %H%M%S")


沒有留言:

張貼留言