2anki / server

Server to create Anki flashcards faster, easier and better today ⭐️
https://2anki.net
Other
309 stars 33 forks source link

Anki flashcards say - Date created "1970" #234

Closed jordanyankushev closed 3 years ago

jordanyankushev commented 4 years ago

So idk if it is an Anki issue or a Python script issue. When I export the cards and add them to Anki I get date created "1970". Screen Shot 2020-11-30 at 11 43 03 AM

May be in the Python scrip that u use to convert, u need smthing like:

from datetime import date
today = date.today()

If it is an Anki import problem then I have no suggestions :D.

aalemayhu commented 4 years ago

Hei there!

I appreciate the effort, but the problem is actually in the project genanki. I was looking into getting this resolved and someone has made a solution to this but the problem is the test suite. See the link below if you are curious, let's use this issue to keep track of it.

Related-to: https://github.com/kerrickstaley/genanki/pull/35