:mod:`time` --- Time functions =============================== .. function:: time.sleep(seconds) Suspends the program for the given time. .. function:: time.now() Returns a **Time** object. .. function:: Time.strftime(format) Returns a string in the specified format.