This script provides functions to easily calculate date and time. More functions might be added in the future.
now()
a shorthand function to get the current time
> returns the number of seconds elapsed since the Unix epoch
now() // => 1497119219 (example, increments every second)...