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 ccd064f commit cfca18eCopy full SHA for cfca18e
openeo/util.py
@@ -172,8 +172,6 @@ def parse_date_or_datetime(
172
@classmethod
173
def _format_datetime(cls, d: dt.datetime) -> str:
174
"""Format given datetime as RFC-3339 date-time string."""
175
- import dateutil
176
-
177
if not (d.tzinfo is None or d.tzinfo.tzname(d) == "UTC"):
178
# TODO: add support for non-UTC timezones?
179
raise ValueError(f"No support for non-UTC timezone {d.tzinfo}")
0 commit comments