geeknote
geeknote copied to clipboard
Dates returned from Evernote not correct
When i create a note, it goes into Evernote with the correct date, but when I retrieve a note from Evernote, the list in the terminal displays the date as 17.01.1970...

Any Ideas?
Thanks
I have also a same problem.

My environment is Mac OS X Yosemite and Python 2.7.9. What is your environment?
And I want to know which environment is that it is working correctly.
:+1: in Yosemite and Python 2.7.9
Same problem in Arch Linux and Python 2.7.9. The issue seems to be in the printDate function --- it truncates the last three digits off of the timestamp, and then divides it by 1000. I think it should only do either one or the other.
Can you guys review #298?
@kzys Your change works for me, but I don't know about #260 -- I've never seen that crash on my machine.
Any updates on this issue? Would love to ba able to use Geeknote but this date thing is really aggravating. Thanks.
@danielbornt please give #313 change a try, it's a short change, you can change it with your own hand. or directly download from my date_wrong branch https://github.com/haobug/geeknote/tree/date_wrong
@haobug It works for me, thanks.