Search for full scenes that have a temporal property that intersects the datetime value in the RFC 3339 format. You can search for a specific date and time, or for a closed or an open date interval. Express open intervals using double-dots.
- A timestamp:
2025-02-12T23:20:50Z
- A closed interval:
2025-02-12T00:00:00Z/2025-03-18T12:31:12Z
- An interval without end date:
2025-02-12T00:00:00Z/..
- An interval without start date:
../2025-03-18T12:31:12Z