Custom scripts date filtering

Hi, I would like to ask you what is the priority of date filtering of scenes with custom scripts in Playground, is it a Time range in UI configuration or date-time filtering in custom scripts?

Thanks.

I guess you are referring to multi-temporal processing, right?
In that case the answer is both.
The service first does the filtering based on FROM/TO, MAXCC (cloud coverage) and PRIORITY parameters in the OGC call (e.g. what is set in the Playground). The filtered dates are then passed through to Custom script, where you can filter them further using filterScenes function.

Yes multi-temporal processing, thanks for your answer. It helped.