1
0
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:
Laurent Cozic 2023-12-29 18:41:49 +00:00
parent d733a7f5ae
commit f38abc5718

View File

@ -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: `