mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-25 17:16:33 -05:00
Use UTC time spec.
This commit is contained in:
parent
ad865774d1
commit
46bbabbe3c
5 changed files with 8 additions and 8 deletions
|
|
@ -22,7 +22,7 @@ TimeInfo::TimeInfo()
|
|||
m_expires = false;
|
||||
m_usageCount = 0;
|
||||
|
||||
QDateTime now = QDateTime::currentDateTime();
|
||||
QDateTime now = QDateTime::currentDateTimeUtc();
|
||||
m_lastModificationTime = now;
|
||||
m_creationTime = now;
|
||||
m_lastAccessTime = now;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue