Fix date fields on Windows (since recent update)
This commit is contained in:
parent
529799a28f
commit
4dc8d2e01f
1 changed files with 1 additions and 1 deletions
|
@ -1702,7 +1702,7 @@ Zotero.Date = new function(){
|
|||
var seconds = date.getUTCSeconds();
|
||||
}
|
||||
else {
|
||||
return date.toLocaleFormat('%Y-%m-%d %T');
|
||||
return date.toLocaleFormat('%Y-%m-%d %H:%M:%S');
|
||||
}
|
||||
|
||||
var utils = new Zotero.Utilities();
|
||||
|
|
Loading…
Reference in a new issue