Fix PDF reader sometimes showing UTC time and sometimes local
This commit is contained in:
parent
eb255c5868
commit
c13d17b5e6
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
Reference in a new issue