Static variables
staticread onlynow:Float = 0
Current time, relative to app. (number of active seconds since app was started)
staticread onlytimestamp:Float
Current unix time synchronized with ceramic Timer.
Timer.now
and Timer.timestamp
are garanteed to get incremented
exactly at the same rate, except when app frame real delta > 1s
(number of seconds since January 1st, 1970)