Skip to content

Commit 843935e

Browse files
committed
Change time format to year being separated by a dot
1 parent cce5645 commit 843935e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

masterdata_checker/app/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def homepage(request):
6666

6767
log["timestamp"] = datetime.datetime.fromisoformat(
6868
log["timestamp"].replace("Z", "+00:00")
69-
).strftime("%H:%M:%S, %d.%m-%Y")
69+
).strftime("%H:%M:%S, %d.%m.%Y")
7070

7171
context_log = {}
7272
for k, v in log.items():

0 commit comments

Comments
 (0)