time — Time functions

time.sleep(seconds)

Suspends the program for the given time.

time.now()

Returns a Time object.

Time.strftime(format)

Returns a string in the specified format.

Project Versions

Previous topic

math — Mathematical functions

Next topic

C API

This Page