libkeepass / pykeepass

Python library to interact with keepass databases (supports KDBX3 and KDBX4)
https://pypi.org/project/pykeepass/
GNU General Public License v3.0
403 stars 96 forks source link

Add option to set creation/modification date #374

Closed Tekl closed 4 months ago

Tekl commented 5 months ago

This would be helpful for converters like enpasstokeepass by @joergschultzelutter to retain the originals dates.

Evidlo commented 4 months ago

It is already possible to set atime/ctime/mtime. I've added an example to the README