mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 07:43:15 +02:00
merge from trunk
This commit is contained in:
commit
40d302fb22
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ def update_text_record(self, record, book, path, bl_index, gtz_count, ltz_count)
|
|||
tz = time.localtime
|
||||
debug_print("Using localtime TZ for new book", book.lpath)
|
||||
else:
|
||||
tz = self.time.gmtime
|
||||
tz = time.gmtime
|
||||
debug_print("Using GMT TZ for new book", book.lpath)
|
||||
date = strftime(timestamp, zone=tz)
|
||||
record.set('date', date)
|
||||
|
|
|
|||
Loading…
Reference in a new issue