小知識

Python: 把epoch時間轉換成字符串

(若是epoch時間單位是毫秒,須要將epoch時間除以1000變成以秒爲單位。)python

import timetime.strftime('%Y-%m-%d %H:%M:%S', time.gmtime(epoch_time)) 
'2014-08-22 00:00:00'複製代碼


python:科學計數法轉化爲浮點型數據
bash

'{:.5f}'.format(1.2e-4)
result:'0.00012'複製代碼
相關文章
相關標籤/搜索