geeknote icon indicating copy to clipboard operation
geeknote copied to clipboard

Dates returned from Evernote not correct

Open danielbornt opened this issue 10 years ago • 8 comments

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...

image

Any Ideas?

Thanks

danielbornt avatar Apr 21 '15 19:04 danielbornt

I have also a same problem. ss

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.

ghost avatar Apr 25 '15 11:04 ghost

:+1: in Yosemite and Python 2.7.9

jmburges avatar May 01 '15 14:05 jmburges

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.

mvoelske avatar May 14 '15 06:05 mvoelske

Can you guys review #298?

kzys avatar Jun 02 '15 07:06 kzys

@kzys Your change works for me, but I don't know about #260 -- I've never seen that crash on my machine.

mvoelske avatar Jun 02 '15 07:06 mvoelske

Any updates on this issue? Would love to ba able to use Geeknote but this date thing is really aggravating. Thanks.

danielbornt avatar Oct 12 '15 20:10 danielbornt

@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 avatar Oct 13 '15 01:10 haobug

@haobug It works for me, thanks.

styczewski avatar Sep 15 '16 16:09 styczewski