time#

class time[source]#

Get current time in seconds – alias to time.time()

See also sc.now() to return a datetime object, and sc.getdate() to return a string.

New in version 3.0.0.