From 80e0f15f85b68a402875d536c63f3d10b80f7aac Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 Aug 2012 09:43:43 +0530 Subject: [PATCH] ... --- recipes/le_monde_sub.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/le_monde_sub.recipe b/recipes/le_monde_sub.recipe index ab75b96ae1..97505c7263 100644 --- a/recipes/le_monde_sub.recipe +++ b/recipes/le_monde_sub.recipe @@ -70,7 +70,7 @@ class LeMondeAbonne(BasicNewsRecipe): second = time.time() second += self.decalage - ltime = time.localtime(second) + ltime = time.gmtime(second) url = time.strftime(self.zipurl_format, ltime) self.timefmt=strftime(" %A %d %B %Y", ltime)