time.time() returns ________
the current time
the current time in milliseconds
the current time in milliseconds since midnight
the current time in milliseconds since midnight, January 1, 1970
the current time in milliseconds since midnight, January 1, 1970 GMT (the Unix time)
This question is part of this quiz :
Python Functions