First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

You may use the time library of Python:

sage: from time import time
sage: time()
1367522924.932015

More informations at http://docs.python.org/2/library/time.html.