-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Type ◦ BugSomething isn't workingSomething isn't working⚠ UrgentRequires urgent attentionRequires urgent attention
Description
see
keeweb/keeweb#2001
https://sourceforge.net/p/keepass/bugs/2231/
https://keepass.info/help/kb/kdbx_4.1.html#cd_lastmod
after reading the source I would assume that the issue is maybe here
kdbxweb/lib/format/kdbx-custom-data.ts
Line 36 in 4bce1b0
| XmlUtils.setDate( |
this line calls setDate
kdbxweb/lib/utils/xml-utils.ts
Line 212 in 4bce1b0
| export function setDate(node: Node, date: Date | undefined, binary = false): void { |
with only two arguments and therefore binary is false and the date is written as iso-string instead of base64
because the lastModificationTime is only written for dataases >= 4.1 - so it should be save to add the third parameter with true.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type ◦ BugSomething isn't workingSomething isn't working⚠ UrgentRequires urgent attentionRequires urgent attention