Importing an entry from one db to another writes the entry with a new creation & modify date. If possible, keep the created and modified dates from the source entry. Maybe `entry.ctime` and `.mtime` can help with that https://github.com/libkeepass/pykeepass/blob/1977c3bd3b1f65cbdf9fe2c841247913d3566fd3/pykeepass/baseelement.py#L140 & https://libkeepass.github.io/pykeepass/pykeepass.html#Entry:~:text=change%20creation%20time
Importing an entry from one db to another writes the entry with a new creation & modify date. If possible, keep the created and modified dates from the source entry. Maybe
entry.ctimeand.mtimecan help with that https://github.com/libkeepass/pykeepass/blob/1977c3bd3b1f65cbdf9fe2c841247913d3566fd3/pykeepass/baseelement.py#L140 & https://libkeepass.github.io/pykeepass/pykeepass.html#Entry:~:text=change%20creation%20time