Timestream.seconds_since

Timestream.seconds_since(time)

Return a Timestream containing seconds between time and self.

If self.time() is greater than time, the result will be positive.

Parameters:

time (Arg)

The time to compute the seconds since.

This can be either a stream of timestamps or a datetime literal.

If time is a Timestream, the result will contain the seconds

from self.time() to time.time() for each point.