python time .struct time to seconds since epoch code example
Example 1: python epoch to datetime
>>> datetime.datetime.fromtimestamp(1284286794)
datetime.datetime(2010, 9, 12, 11, 19, 54)
Example 2: time current time python time.time
time.time()