commit | e474c3e6fffe9d908911f3a5e04caa45a47624c9 | [log] [tgz] |
---|---|---|
author | Gregory Thiemonge <gthiemon@redhat.com> | Tue Dec 10 19:24:10 2019 +0100 |
committer | Gregory Thiemonge <gthiemon@redhat.com> | Tue Dec 10 19:44:23 2019 +0100 |
tree | 6d713e1a9052eb03760f53b71b8219e4ea912bc0 | |
parent | 360d697c8d5cd7c7d5d1255aaae2be60435e6d57 [diff] |
Fix timezones in certificate revocation list dates While generating certificate revocation list, dates were generated with an incorrect TZ information. Depending on the TZ of host, some tests failed because last update was in the future. Using datetime.utcnow() for dates fixes the issue. Change-Id: I2ff30c1a65e07b409aba211d1c60760355bfebbe