diff --git a/chrome/content/zotero/xpcom/annotations.js b/chrome/content/zotero/xpcom/annotations.js index 329a81471b..366f436034 100644 --- a/chrome/content/zotero/xpcom/annotations.js +++ b/chrome/content/zotero/xpcom/annotations.js @@ -177,7 +177,7 @@ Zotero.Annotations = new function () { o.tags = tags; } - o.dateModified = item.dateModified; + o.dateModified = Zotero.Date.sqlToISO8601(item.dateModified); return o; };