Returns the current Unix timestamp in seconds.
1 2
var timestamp number = time.now() printf("Current time: %g\n", timestamp)