From f57e28f50bad95503a8e91f80b8f7209684c956e Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 17 Sep 2021 12:00:01 -0700 Subject: [PATCH] Fix the date format and include the time --- statusforce/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statusforce/templates/index.html b/statusforce/templates/index.html index 554784c..575ee53 100644 --- a/statusforce/templates/index.html +++ b/statusforce/templates/index.html @@ -101,7 +101,7 @@
-
{{incident.created.strftime('%a %D %B, %Y')}}
+
{{incident.created.strftime('%H:%M%z - %a %d %B, %Y')}}

{{incident.title}} - {{incident.service.name}}

{{incident.description}}