merge from trunk

This commit is contained in:
Charles Haley 2010-07-04 15:24:31 +01:00
commit 40d302fb22

View file

@ -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)