Created
November 14, 2016 21:58
-
-
Save tchen/3424c41be3d69d94879bf159b48223d7 to your computer and use it in GitHub Desktop.
unix timestamp to human readable format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import datetime | |
datetime.datetime.fromtimestamp( | |
int("1284101485") | |
).isoformat() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment