Skip to content
Commit 88f69225 authored by Ingo Klöcker's avatar Ingo Klöcker
Browse files

Fix fingerprint and creation timestamp written to OpenPGP cards

The timestamp needs to be in UTC. QDateTime::fromSecsSinceEpoch()
uses local time by default, so we need to request UTC explicitly.
The wrong creation timestamp resulted in a different creation
time stored on the card than stored locally. And, since the creation
time is included in the calculation of the fingerprint, this also
resulted in different fingerprints stored on the card and locally.
parent 4594a393
Pipeline #37443 passed with stage
in 47 minutes and 9 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment