From f7ddd93179458bc34cfdc3c31adc02fffcaaf272 Mon Sep 17 00:00:00 2001 From: Jan Boockmann Date: Wed, 6 Feb 2019 19:43:27 +0100 Subject: [PATCH] adapted date format to Ymd such that its string representation is properly sortable --- src/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/index.html b/src/templates/index.html index ec1490b..69a269c 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -40,7 +40,7 @@ {{note['shortid']}} {{note['title']}} {{note['alias']}} - {{note['lastchangeAt'].strftime('%d.%m.%Y %H:%M')}} + {{note['lastchangeAt'].strftime('%Y-%m-%d %H:%M')}} {{note['permission']}} {%if note['content']%}💬{%else%}❌{%endif%}