mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
renamed dates in code as well
This commit is contained in:
@@ -15,7 +15,7 @@ async function showDialog() {
|
||||
$list.empty();
|
||||
|
||||
for (const event of result) {
|
||||
const dateTime = utils.formatDateTime(utils.parseDate(event.dateCreated));
|
||||
const dateTime = utils.formatDateTime(utils.parseDate(event.utcDateCreated));
|
||||
|
||||
if (event.noteId) {
|
||||
const noteLink = await linkService.createNoteLink(event.noteId).prop('outerHTML');
|
||||
|
||||
Reference in New Issue
Block a user