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.
2 parents 31f2b52 + 3f9a93a commit e691e9dCopy full SHA for e691e9d
onvif/types.py
@@ -81,7 +81,7 @@ def pythonvalue(self, value: str) -> time:
81
pass
82
83
# Some cameras overflow the hours/minutes/seconds
84
- # For example, 2024-08-17T00:61:16Z so we need
+ # For example, 00:61:16Z so we need
85
# to fix the overflow
86
fixed_time, offset = _try_fix_time_overflow(value)
87
if fixed_dt := _try_parse_datetime(f"2024-01-15T{fixed_time}Z"):
0 commit comments