Skip to content

Commit a8218b7

Browse files
committed
use creation date for export
1 parent d145c81 commit a8218b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os-app/open-write/main.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ const mod = {
791791
792792
[mod._OLSKCatalog.modPublic.OLSKCatalogDataItemSelected()].forEach(function (e) {
793793
zip.file(`${ e.KVCNoteID }.txt`, e.KVCNoteBody, {
794-
date: e.KVCNoteModificationDate,
794+
date: e.KVCNoteCreationDate,
795795
});
796796
});
797797

0 commit comments

Comments
 (0)