Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Geyer <blueice@fobos.de>2012-04-17 04:22:48 +0400
committerFelix Geyer <debfx@fobos.de>2012-04-18 19:03:57 +0400
commit46bbabbe3cb3c07b6c4b751a3257d3208e89f212 (patch)
tree080122898431a7a245b6a6d4568497d46668a4b1 /src/core/TimeInfo.cpp
parentad865774d19516ee7366113c8e8dc4479cd5c142 (diff)
Use UTC time spec.
Diffstat (limited to 'src/core/TimeInfo.cpp')
-rw-r--r--src/core/TimeInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/TimeInfo.cpp b/src/core/TimeInfo.cpp
index c6cdcc162..142082f34 100644
--- a/src/core/TimeInfo.cpp
+++ b/src/core/TimeInfo.cpp
@@ -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;