Version 1 of clock add

Updated 2009-01-02 15:32:21 by dkf
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]