mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-06 14:09:29 -04:00
Use UTC time spec.
This commit is contained in:
parent
ad865774d1
commit
46bbabbe3c
5 changed files with 8 additions and 8 deletions
|
@ -167,7 +167,7 @@ void Database::setKey(const CompositeKey& key, const QByteArray& transformSeed,
|
|||
m_transformedMasterKey = key.transform(transformSeed, transformRounds());
|
||||
m_hasKey = true;
|
||||
if (updateChangedTime) {
|
||||
m_metadata->setMasterKeyChanged(QDateTime::currentDateTime());
|
||||
m_metadata->setMasterKeyChanged(QDateTime::currentDateTimeUtc());
|
||||
}
|
||||
Q_EMIT modified();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue