klyn.Application.time
method
public static native time() as Double
Description

Returns the current Unix time in seconds, using the same numeric convention as Python's time.time().

Returns

The current Unix timestamp expressed as seconds.

Example
startedAt = Application.time()
print(startedAt)