Kobo no longer sets a the DateCreated on new book purchases?

This commit is contained in:
Timothy Legge 2011-01-13 20:51:54 -04:00
parent 51314ce5d8
commit 00ee7975ef

View File

@ -27,7 +27,7 @@ class Book(Book_):
self.size = size # will be set later if None
if ContentType == '6':
if ContentType == '6' and date is not None:
self.datetime = time.strptime(date, "%Y-%m-%dT%H:%M:%S.%f")
else:
try: