public static native time() as Double
Returns the current Unix time in seconds, using the same numeric convention as Python's time.time().
time.time()
The current Unix timestamp expressed as seconds.
startedAt = Application.time() print(startedAt)