Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dates returned from Evernote not correct #285

Open
danielbornt opened this issue Apr 21, 2015 · 8 comments · May be fixed by #313
Open

Dates returned from Evernote not correct #285

danielbornt opened this issue Apr 21, 2015 · 8 comments · May be fixed by #313

Comments

@danielbornt
Copy link

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

@ghost
Copy link

ghost commented Apr 25, 2015

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.

@jmburges
Copy link

jmburges commented May 1, 2015

👍 in Yosemite and Python 2.7.9

@mvoelske
Copy link

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.

@kzys
Copy link

kzys commented Jun 2, 2015

Can you guys review #298?

@mvoelske
Copy link

mvoelske commented Jun 2, 2015

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

@danielbornt
Copy link
Author

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

@haobug
Copy link

haobug commented Oct 13, 2015

@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

@styczewski
Copy link

@haobug It works for me, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants