From e66954a6f7ffee1a3b8134a4c64b0234444f2e4b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 10 Jun 2016 20:36:58 -0400 Subject: [PATCH] Correct comment for Zotero.Date.isoToDate() isoToDate() does handle non-UTC time zones --- chrome/content/zotero/xpcom/date.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/date.js b/chrome/content/zotero/xpcom/date.js index d89a70993..b66ef69d4 100644 --- a/chrome/content/zotero/xpcom/date.js +++ b/chrome/content/zotero/xpcom/date.js @@ -194,7 +194,7 @@ Zotero.Date = new function(){ } /** - * Convert an ISO 8601–formatted UTC date/time to a JS Date + * Convert an ISO 8601–formatted date/time to a JS Date * * Adapted from http://delete.me.uk/2005/03/iso8601.html (AFL-licensed) *