aboutsummaryrefslogtreecommitdiff
path: root/scripts/manifests.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/manifests.py')
-rw-r--r--scripts/manifests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/manifests.py b/scripts/manifests.py
index ce72ffc6..b352b461 100644
--- a/scripts/manifests.py
+++ b/scripts/manifests.py
@@ -26,7 +26,7 @@ def dumpasn1(thing):
m = rpki.x509.SignedManifest()
m.build(serial = 17,
- nextUpdate = time.time() + 24 * 60 * 60,
+ nextUpdate = rpki.datetime.datetime.utcnow() + rpki.datetime.timedelta(days = 1),
names_and_objs = [(fn, rpki.x509.X509(Auto_file = fn))
for fn in glob.glob("resource-cert-samples/*.cer")])