Skip to content

Commit

Permalink
use creation date for export
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Mar 2, 2024
1 parent d145c81 commit a8218b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os-app/open-write/main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ const mod = {
[mod._OLSKCatalog.modPublic.OLSKCatalogDataItemSelected()].forEach(function (e) {
zip.file(`${ e.KVCNoteID }.txt`, e.KVCNoteBody, {
date: e.KVCNoteModificationDate,
date: e.KVCNoteCreationDate,
});
});
Expand Down

0 comments on commit a8218b7

Please sign in to comment.