From cc7e8d12ae156daf471a27ca903368f8b473cf17 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sat, 28 Mar 2015 22:17:55 +0100 Subject: [PATCH] format datetimes --- bgpdata/templates/bgpdata/map.html | 2 +- bgpdata/templates/bgpdata/overview.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bgpdata/templates/bgpdata/map.html b/bgpdata/templates/bgpdata/map.html index 374f250..6366df5 100644 --- a/bgpdata/templates/bgpdata/map.html +++ b/bgpdata/templates/bgpdata/map.html @@ -16,7 +16,7 @@ {% endblock %} {% block body %}
diff --git a/bgpdata/templates/bgpdata/overview.html b/bgpdata/templates/bgpdata/overview.html index a74c3b9..b7e618d 100644 --- a/bgpdata/templates/bgpdata/overview.html +++ b/bgpdata/templates/bgpdata/overview.html @@ -16,8 +16,8 @@ {% for crawl in crawls %} Crawl {{crawl.id}} - {{crawl.startTime}} - {{crawl.endTime}} + {{crawl.startTime|date:"d.m.Y H:i:s"}} + {{crawl.endTime|date:"d.m.Y H:i:s"}} {{crawl.countAS}} / {{crawl.countASOnline}} / {{crawl.countASOffline }} {{crawl.countPeerings}}