diff --git a/src/calibre/ebooks/metadata/google_books.py b/src/calibre/ebooks/metadata/google_books.py index 374c4a8a5f..fea3117f77 100644 --- a/src/calibre/ebooks/metadata/google_books.py +++ b/src/calibre/ebooks/metadata/google_books.py @@ -153,7 +153,7 @@ class ResultList(list): d = date(entry) if d: default = datetime.utcnow() - default = datetime(default.year, default.month, 1) + default = datetime(default.year, default.month, 15) d = parser.parse(d[0].text, default=default) else: d = None