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 2ca81c0 commit 43cdd6cCopy full SHA for 43cdd6c
filenameprocessor/src/file_validation.py
@@ -20,9 +20,7 @@ def is_valid_datetime(timestamp: str) -> bool:
20
where 'zz' is a two digit number indicating the timezone
21
"""
22
# Check that datetime (excluding timezone) is a valid datetime in the expected format.
23
- print(f"Validating timestamp: {timestamp}")
24
if len(timestamp) < 15:
25
- print("Timestamp is too short")
26
return False
27
28
# Note that any digits after the seconds (i.e. from the 16th character onwards, usually expected to represent
0 commit comments