epoch to datetime utc python

Solutions on MaxInterview for epoch to datetime utc python by the best coders in the world

showing results for - "epoch to datetime utc python"
Amy
02 Mar 2018
1>>> import datetime
2>>> datetime.datetime.utcfromtimestamp(1347517370).strftime('%Y-%m-%d %H:%M:%S')
3  '2012-09-13 06:22:50'
4# utc time