This commit is contained in:
Kovid Goyal 2012-08-21 09:43:43 +05:30
parent 190e5b9415
commit 80e0f15f85

View File

@ -70,7 +70,7 @@ class LeMondeAbonne(BasicNewsRecipe):
second = time.time() second = time.time()
second += self.decalage second += self.decalage
ltime = time.localtime(second) ltime = time.gmtime(second)
url = time.strftime(self.zipurl_format, ltime) url = time.strftime(self.zipurl_format, ltime)
self.timefmt=strftime(" %A %d %B %Y", ltime) self.timefmt=strftime(" %A %d %B %Y", ltime)