Use ISO 8601 accessDates everywhere
This uses ISO 8601 dates for generateAllTypesAndFieldsData (and changes populateDBWithSampleData to use Item#fromJSON), and makes translators expect ISO 8601 accessDates, although SQL accessDates are still supported with a deprecation warning. Canonicalization happens in Zotero.Translate, so I need to remember to update connectors as well.
This commit is contained in:
parent
8448203583
commit
70f021f945
7 changed files with 78 additions and 63 deletions
|
@ -3,7 +3,7 @@
|
|||
"DOI": "10.1234/example.doi",
|
||||
"ISSN": "1234-5679",
|
||||
"abstractNote": "Abstract note",
|
||||
"accessDate": "1997-06-13 23:59:58",
|
||||
"accessDate": "1997-06-13T23:59:58Z",
|
||||
"archive": "Archive",
|
||||
"archiveLocation": "Archive location",
|
||||
"callNumber": "Call number",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue