public static native currentTimeMillis() as ULong
Returns the current time in milliseconds since the Unix epoch.
The current time in milliseconds.
now = Application.currentTimeMillis() print(now)