View Single Post
Old 09-17-2023, 05:34 AM   #216
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,069
Karma: 75568269
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
1.16 minor timezone issue with two books. They were read at 9:27 pm and 11:05 pm Atlantic Time. The main date shows the 16th, but the record shows the 17th.

Click image for larger version

Name:	2023-09-17 06_30_01-Window.png
Views:	112
Size:	1.9 KB
ID:	203801

json seems to be using GMT for both:
Spoiler:

Code:
    "7706": {
      "authors": [
        "Sue Barrow"
      ],
      "challenges": [
        "Annual"
      ],
      "date": {
        "__class__": "datetime.datetime",
        "__value__": "2023-09-17T02:05:25+00:00"
      },
      "genre": "Slavery & Human Trafficking, Suspense & Thriller, Young Adult Fiction",
      "last_year_pages": 0,
      "page_count": 390,
      "read_pages": 390,
      "records": {
        "0": {
          "date": null,
          "read_pages": 0,
          "status": 0
        },
        "1": {
          "date": {
            "__class__": "datetime.datetime",
            "__value__": "2023-09-17T02:05:25+00:00"
          },
          "read_pages": 390,
          "status": 100
        }
      },
      "reread_count": 0,
      "shelf": "Read",
      "status": 100,
      "title": "Sold",
      "title_sort": "Sold"
    },
Code:
    },
    "7894": {
      "authors": [
        "Peter J. Aldin"
      ],
      "challenges": [
        "Annual"
      ],
      "date": {
        "__class__": "datetime.datetime",
        "__value__": "2023-09-17T00:27:24+00:00"
      },
      "genre": "Science Fiction",
      "last_year_pages": 0,
      "page_count": 100,
      "read_pages": 100,
      "records": {
        "0": {
          "date": null,
          "read_pages": 0,
          "status": 0
        },
        "1": {
          "date": {
            "__class__": "datetime.datetime",
            "__value__": "2023-09-17T00:27:24+00:00"
          },
          "read_pages": 100,
          "status": 100
        }
      },
      "reread_count": 0,
      "shelf": "Read",
      "status": 100,
      "title": "Shore Leave",
      "title_sort": "Shore Leave"
    },


These were updated from my device using Kobo Utilities.

Last edited by ownedbycats; 09-17-2023 at 05:40 AM.
ownedbycats is offline   Reply With Quote