diff --git a/src/calibre/devices/prs505/books.py b/src/calibre/devices/prs505/books.py index c97d430d4b..bcae4722ea 100644 --- a/src/calibre/devices/prs505/books.py +++ b/src/calibre/devices/prs505/books.py @@ -13,7 +13,7 @@ from calibre.devices.interface import BookList as _BookList 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",