Timestream.seconds_since
- Timestream.seconds_since(time)
-
Return a Timestream containing seconds between
timeandself.If
self.time()is greater thantime, 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
timeis a Timestream, the result will contain the secondsfrom
self.time()totime.time()for each point.