HistoryDateTimeIterable # Bases: object __iter__() # Implement iter(self). __len__() # Return len(self). __repr__() # Return repr(self). collect() # Collect datetimes for each history. Returns: Type Description list[list[datetime]] UTC datetimes per history. Raises: Type Description TimeError If a timestamp cannot be converted to a datetime.