mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
note revision widget displays only date and time, no time offset
This commit is contained in:
@@ -37,7 +37,7 @@ class NoteRevisionsWidget extends StandardWidget {
|
||||
'data-note-path': this.ctx.note.noteId,
|
||||
'data-note-revision-id': item.noteRevisionId,
|
||||
href: 'javascript:'
|
||||
}).text(item.dateModifiedFrom)));
|
||||
}).text(item.dateModifiedFrom.substr(0, 16))));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user