experimental.addDuration() function
The experimental.addDuration()
function adds a duration to a time value and returns the resulting time value.
This function will be removed once duration vectors are implemented. See influxdata/flux#413.
*Data type: Duration*
*Data type: Time*
Examples
import "experimental"
experimental.addDuration(
)