From 46458c4f9ddf975513af1329cb917d2d8a6d0e7f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 24 Jan 2018 21:45:08 +0000 Subject: openpgp: Fix GnuPG use to report UTC timestamps --- tests/test_openpgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_openpgp.py') 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): -- cgit v1.2.3