Quote:
Originally Posted by Terisa de morgan
I'm not running from source but, if you tell me which file I should download from git (I have the tar file for the last release) I can try.
|
src/calibre/utils/date.py
The issue fixed is that dates expressed without a day-of-the-month get that day from the current month. That day can be out-of-range for the actual month in the date. For example, the 30th and 31st are out-of-range for leap-February, and the 29th is out-or-range for non leap-February. And so on.