summaryrefslogtreecommitdiff
path: root/tests/test_openpgp.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-24 21:45:08 +0000
committerMichał Górny <mgorny@gentoo.org>2018-01-24 21:45:51 +0000
commit46458c4f9ddf975513af1329cb917d2d8a6d0e7f (patch)
treed55e8239cd7c8ca719b6a0a356be33c5d74344b2 /tests/test_openpgp.py
parent94f70553d9cfbf606a0d1838efaafaf0dc9bea7a (diff)
downloadgemato-46458c4f9ddf975513af1329cb917d2d8a6d0e7f.tar.gz
openpgp: Fix GnuPG use to report UTC timestamps
Diffstat (limited to 'tests/test_openpgp.py')
-rw-r--r--tests/test_openpgp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_openpgp.py b/tests/test_openpgp.py
index d373e48..4d034bb 100644
--- a/tests/test_openpgp.py
+++ b/tests/test_openpgp.py
@@ -212,7 +212,7 @@ mkkhTd2Auao4D2K74BePBuiZ9+eDQA==
'''
KEY_FINGERPRINT = '81E12C16BD8DCD60BE180845136880E72A7B1384'
-SIG_TIMESTAMP = datetime.datetime(2017, 11, 8, 10, 1, 26)
+SIG_TIMESTAMP = datetime.datetime(2017, 11, 8, 9, 1, 26)
def strip_openpgp(text):