There was an error while loading. Please reload this page.
2 parents 2124157 + e4fcd27 commit ebe35cbCopy full SHA for ebe35cb
1 file changed
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