mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 18:34:37 +01:00
...
This commit is contained in:
parent
190e5b9415
commit
80e0f15f85
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ def parse_index(self):
|
||||||
|
|
||||||
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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue