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 9c6d7abc76
commit 5920c5d3e5
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",