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 2b998d1 commit 3f9a93aCopy full SHA for 3f9a93a
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
try:
0 commit comments