We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4878d commit 0e34c86Copy full SHA for 0e34c86
stac_fastapi/core/stac_fastapi/core/core.py
@@ -436,6 +436,7 @@ def _format_datetime_range(self, date_str: str) -> str:
436
Returns:
437
str: A string formatted as 'YYYY-MM-DDTHH:MM:SSZ/YYYY-MM-DDTHH:MM:SSZ', with '..' used if any element is None.
438
"""
439
+
440
def normalize(dt):
441
dt = dt.strip()
442
if not dt or dt == "..":
0 commit comments