Add to Timestamp

free Category:Basic

Add To Timestamp adds the desired number of seconds to each timestamp

If the timestamp is a list, it will add the corresponding seconds to each timestamp

E.g: Timestamp: [(0, 10), (20, 30)] Seconds: 5

Will create the following: [(0, 15), (25, 35)]

Inputs

type name edge
timestamp timestamp True
number seconds True

Outputs

type name edge
timestamp timestamp True