Skip to content

Commit e4fcd27

Browse files
authored
Remove trailing T in date
That's a leftover from a full ISO timestamp Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent cc14890 commit e4fcd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/licensedcode/license_db.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def write_file(path, filename, content):
3535

3636

3737
def now():
38-
return datetime.utcnow().strftime('%Y-%m-%dT')
38+
return datetime.utcnow().strftime('%Y-%m-%d')
3939

4040
base_context = {
4141
"scancode_version": scancode_version,

0 commit comments

Comments
 (0)