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 363e3db commit 2863d19Copy full SHA for 2863d19
roboflow/deployment.py
@@ -13,6 +13,7 @@ def is_valid_ISO8601_timestamp(ts):
13
except: # noqa: E722
14
return False
15
16
+
17
def check_from_to_timestamp(from_timestamp, to_timestamp, default_timedelta):
18
if from_timestamp and not is_valid_ISO8601_timestamp(from_timestamp):
19
print("Please provide a valid from_timestamp in ISO8601 format (YYYY-MM-DD HH:MM:SS)")
0 commit comments