Find overlapping elements in two lists of datetime objects
This is one-half of tOverlap, i.e. it finds only occurrences where ts2 exists within the bounds of ts1, or the second element returned by tOverlap.
Parameters: | ts1 : list
ts2 : list
presort : bool
|
---|---|
Returns: | out : list
|