peicheng note
My thoughts , my life . Tech and Martial arts ...etc.
首頁
About 關於這裡
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")
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言