fork(2) download
  1. # your code goes here
  2.  
  3. import datetime
  4. cookie_time = "1433352401";
  5. print(datetime.datetime.fromtimestamp(int(cookie_time)).strftime('%Y-%m-%d %H:%M:%S'))
Success #stdin #stdout 0.01s 7692KB
stdin
Standard input is empty
stdout
2015-06-03 17:26:41