--- planet.py.orig	2005-09-27 17:39:55.255657960 +0530
+++ planet.py	2005-09-27 18:06:11.729997432 +0530
@@ -187,6 +187,7 @@
             info = {}
             info["id"] = newsitem.id
             info["date"] = format_date(newsitem.date, date_format)
+            info["date_local"] = time.strftime(date_format, newsitem.date)
             info["date_iso"] = format_date(newsitem.date, 'iso')
             info["date_822"] = format_date(newsitem.date, 'rfc822')
             info["title"] = newsitem.title
