mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Fix #759 (.txt files not properly holding metadata upon transfer.)
This commit is contained in:
parent
e44bb45541
commit
62d3987e34
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
from calibre.devices import strftime as _strftime
|
||||
from calibre.devices import strptime
|
||||
|
||||
strftime = functools.partial(_strftime, zone=time.localtime)
|
||||
strftime = functools.partial(_strftime, zone=time.gmtime)
|
||||
|
||||
MIME_MAP = {
|
||||
"lrf" : "application/x-sony-bbeb",
|
||||
|
|
|
|||
Loading…
Reference in a new issue