Quote:
Originally Posted by edeniz
Yes, actually. I'm an Austrian, so my computer's set for Vienna, with the date format "Saturday, 23 April 2016", using the 24h format for time. We don't use am/pm.
It's boggling my mind that it should even play any sort of role for calibre/fanficfare, however. 
|
Python's date parsing library depends on the locale for things like month name and such. Month names are already addressed, so I'm guessing about am/pm.
Attached is a test version that should log some additional info that hopefully will tell me what needs to be fixed. Please try it and send debug log it generates, thanks. (This version isn't useful for anyone but edeniz.)