From ad2b3a96c125476706465793e8232322b7b916fa Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Mon, 10 Sep 2012 12:10:18 +0200 Subject: Clearer date at the index page. --- source/pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 9ce14db5..50786522 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -184,7 +184,7 @@ class Root: # a description line per article (date, title of the article and # CSS description tooltips on mouse over) - html += article["article_date"].ctime() + " - " + \ + html += article["article_date"].strftime('%Y-%m-%d %H:%M') + " - " + \ """%s%s%s%s""" % \ (feed["feed_id"], article["article_id"], not_read_begin, \ article_title, not_read_end, description) + like + "
\n" -- cgit