Skip to navigation
How to convert unix int time to a human readable time
07.12.13
import time import datetime datetime.datetime.fromtimestamp(int(time.time())).strftime('%Y%m%d') >> 20131127
http://docs.python.org/2/library/datetime.html
Reply
Anonymous
humantime 112 format with hour and minute datetime.datetime.fromtimestamp(int(time.time())).strftime('%Y%m%d%H%M')
07.12.13
Reply
Anonymous
Information Epoch 1753585720
Save trees.
Home
Notebook
Contact us