My memory of the "reading_time" field in the database is the last date/time of when you read that book. It's not a cumulative counter.
Android keeps timestamps in milliseconds since 1/1/1970. For the timestamp you've given, that comes out as Thu Nov 10 09:39:32. Does that sound right?
Cheers,
Simon.
|