Quote:
Originally Posted by kovidgoyal
ebook-convert uses the exact same code as the calibre GUI. There is something on your system that is causing this.
|
I have never run the GUI, this is a headless setup, but I guess that alone can't cause this problem.
Quote:
Originally Posted by kovidgoyal
One basic check is:
calibre-debug -c "from calibre.utils.date import utcnow; print utcnow()"
|
Thanks, I was looking for this kind of answer, unfortunately this command seems to work, unless you can spot something amiss:
Code:
root@raspberrypi:~# calibre-debug -c "from calibre.utils.date import utcnow; print utcnow()"
2012-07-09 21:03:32.904092+00:00
Quote:
Originally Posted by kovidgoyal
What that is is impossible to say offhand, you will need to run calibre from source and stick print statements in various places in feeds/__init__.py to see what is happening.
|
Thanks for the tip, will try to set a development environment up.