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 @@ class XMLCache(object):
tz = time.localtime tz = time.localtime
debug_print("Using localtime TZ for new book", book.lpath) debug_print("Using localtime TZ for new book", book.lpath)
else: else:
tz = self.time.gmtime tz = time.gmtime
debug_print("Using GMT TZ for new book", book.lpath) debug_print("Using GMT TZ for new book", book.lpath)
date = strftime(timestamp, zone=tz) date = strftime(timestamp, zone=tz)
record.set('date', date) record.set('date', date)