>>===== MODE =====>> citation <<===== MODE =====<< Sort position of empty dates differs in citations and bibliographies. In citations, empty dates have a value equivalent to zero. In bibliographies, they are always placed at the end of the sort (whether ascending or descending). >>===== RESULT =====>> BookX (100BC-7-14), BookY (100BC-7-13), BookA (68AD-3-16), BookB (68AD-3-15) <<===== RESULT =====<< >>===== CSL =====>> <<===== CSL =====<< >>===== INPUT =====>> [ { "id": "ITEM-1", "issued": { "date-parts": [ [ -100, 7, 13 ] ] }, "title": "BookY", "type": "book" }, { "id": "ITEM-2", "issued": { "date-parts": [ [ -100, 7, 14 ] ] }, "title": "BookX", "type": "book" }, { "id": "ITEM-3", "issued": { "date-parts": [ [ 68, 3, 15 ] ] }, "title": "BookB", "type": "book" }, { "id": "ITEM-4", "issued": { "date-parts": [ [ 68, 3, 16 ] ] }, "title": "BookA", "type": "book" } ] <<===== INPUT =====<< >>===== VERSION =====>> 1.0 <<===== VERSION =====<<