mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
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…
Add table
Reference in a new issue