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)