Fix PDF reader sometimes showing UTC time and sometimes local
(cherry picked from commit c13d17b5e6
)
This commit is contained in:
parent
531f8fe24d
commit
82b53fee87
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ Zotero.Annotations = new function () {
|
|||
o.tags = tags;
|
||||
}
|
||||
|
||||
o.dateModified = item.dateModified;
|
||||
o.dateModified = Zotero.Date.sqlToISO8601(item.dateModified);
|
||||
return o;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue