The date_published
field for some books is returning an incorrect date. The book The Other Valley, for example, returns a date of November 8, 2024, which I believe is actually the date I added the book to my bookshelf.
Here is the complete response for one of my bookshelves showcasing this issue:
{
"version": "https://jsonfeed.org/version/1.1",
"title": "Micro.blog - Finished reading",
"home_page_url": "https://micro.blog",
"feed_url": "https://micro.blog/books/bookshelves/20999",
"_microblog": {
"about": "https://micro.blog/about/api"
},
"items": [
{
"id": 163447,
"title": "The Other Valley",
"content_text": "",
"url": "https://micro.blog/books/9781668023570",
"image": "https://books.google.com/books/content?id=1cfEEAAAQBAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
"date_published": "2024-11-08T07:08:35+00:00",
"authors": [
{
"name": "Scott Alexander Howard"
}
],
"_microblog": {
"isbn": "9781668023570"
}
}
]
}