public static native timeMs() as Double
Returns the current Unix time in milliseconds.
Use Application.monotonicMs() instead when measuring elapsed durations, because the wall clock can be adjusted by the operating system.
The current Unix timestamp expressed as milliseconds.
print("Unix time in ms =", Application.timeMs())