We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2124157 + e4fcd27 commit ebe35cbCopy full SHA for ebe35cb
src/licensedcode/license_db.py
@@ -35,7 +35,7 @@ def write_file(path, filename, content):
35
36
37
def now():
38
- return datetime.utcnow().strftime('%Y-%m-%dT')
+ return datetime.utcnow().strftime('%Y-%m-%d')
39
40
base_context = {
41
"scancode_version": scancode_version,
0 commit comments