From 67772f0415a2e6006e715af46de75f8c73635c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuz=20Yar=C4=B1mtepe?= Date: Sun, 30 Nov 2008 18:15:22 +0000 Subject: [PATCH] Removed Turkish lines from the file --- planet/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/planet/__init__.py b/planet/__init__.py index 962f129..841de2d 100644 --- a/planet/__init__.py +++ b/planet/__init__.py @@ -297,9 +297,7 @@ class Planet: tp.set("feedtype", planet_feed.find('rss')>=0 and 'rss' or 'atom') # Update time - # Gezegen sayfasindaki son guncellenme zamanini dogru gmstermesi icin localtime olarak degistirildi - # date = time.gmtime() - date = time.localtime() + date = time.gmtime() tp.set("date", time.strftime(date_format, date)) tp.set("date_iso", time.strftime(TIMEFMT_ISO, date)) tp.set("date_822", time.strftime(TIMEFMT_822, date))