time.add

TIMEtime.addTIMEt1TIMEt2

Available inall subroutines.

Adds a relative time to a time.

Example

declare local var.one_day_later TIME;
set var.one_day_later = time.add(now, 1d);
# var.one_day_later is now the same time tomorrow