Version 4 of clock add

Updated 2014-03-19 13:39:02 by EMJ
clock add clockval ?number units?… ?-gmt boolean? ?-locale locale? ?-timezone zone?

clock add allows the developer to add a positive or negative offset to a time that is expressed as an integer number of seconds.

Did You Know…?

The “number units” part may be repeated as many times as necessary, like this:

set nowPlusMonthAndADay [clock add [clock seconds] 1 month 1 day]