mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Server: Display correct date and time on published notes
This commit is contained in:
parent
d733a7f5ae
commit
f38abc5718
@ -229,7 +229,7 @@ async function renderNote(share: Share, note: NoteEntity, resourceInfos: Resourc
|
||||
note: {
|
||||
...note,
|
||||
bodyHtml: result.html,
|
||||
updatedDateTime: formatDateTime(note.updated_time),
|
||||
updatedDateTime: formatDateTime(note.user_updated_time),
|
||||
},
|
||||
cssStrings: result.cssStrings.join('\n'),
|
||||
assetsJs: `
|
||||
|
Loading…
Reference in New Issue
Block a user