Python's version of PHP's time() function -


I have seen and can not find anything that gives the integer of how many seconds from the 1970s as the PHP Does time ()

Am I missing something here or is there a common way of doing this that is not just listed there?

  import time print int (time.time ())  

Comments