bookmarks import doesn't handle dates properly
The following record in my `bookmarks.html` file:
The "date_added" field should be `1382145440`, that is october 18th 2013... The good thing is that the exported data (e.g. in bibtex) is correct:
Apparently, this is not a bug: https://github.com/zotero/zotero/issues/424 - yet I don't understand why this can't be improved.
... gets imported as: http://i.imgur.com/QBhV81Y.png
Perf Wiki
The "date_added" field should be `1382145440`, that is october 18th 2013... The good thing is that the exported data (e.g. in bibtex) is correct:
... but then whenever I will access that file, that date will change - I would rather have the date_added field be set properly as well.
@misc{_perf_????,
title = {Perf Wiki},
url = {http://perf.wiki.kernel.org},
urldate = {2013-10-19},
keywords = {diagnostics, performance, sysadmin, tools}
}
Apparently, this is not a bug: https://github.com/zotero/zotero/issues/424 - yet I don't understand why this can't be improved.
The "date_added" field gets added to Accessed — the bibliographic reference's access date — as it should, and exported properly from there. I'm not sure what you mean by this. The Accessed field in a Zotero item isn't changed automatically.
I added a small python script that will copy over the date to fix that for me.