Python
파이썬 epochTime을 원하는 포멧의 Date로
C마노
2017. 6. 22. 10:15
import time
time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(1347517370))