www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit e66954a6f7ffee1a3b8134a4c64b0234444f2e4b
parent 3179a2f0e7c1d5860729ec4fce97f6ef81f1dae8
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 10 Jun 2016 20:36:58 -0400

Correct comment for Zotero.Date.isoToDate()

isoToDate() does handle non-UTC time zones

Diffstat:
Mchrome/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 @@ -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) *