ResultOptionUtcDateTimeIterable # Bases: object __iter__() # Implement iter(self). __len__() # Return len(self). __repr__() # Return repr(self). collect() # Materialise the iterable as a list of optional datetimes, raising if any element produced an error. Returns: Type Description list[Optional[datetime]] one entry per element (None where absent).