Update utilities submodule and date-parsing tests
Includes strToDate() fixes
This commit is contained in:
parent
9c6d7abc76
commit
5920c5d3e5
3 changed files with 16 additions and 1 deletions
|
@ -93,6 +93,7 @@ describe("Zotero.FeedItem", function () {
|
|||
describe("#fromJSON()", function() {
|
||||
it("should attempt to parse non ISO-8601 dates", function* () {
|
||||
Zotero.locale = 'en-US';
|
||||
Zotero.Date.init();
|
||||
var data = [
|
||||
{
|
||||
itemType: "journalArticle",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue