Update utilities submodule and date-parsing tests

Includes strToDate() fixes
This commit is contained in:
Dan Stillman 2022-06-22 04:36:56 -04:00
parent bf1480f8f0
commit b215d93ac9
3 changed files with 16 additions and 1 deletions

View file

@ -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",