From 69210c64bed0e89f55cbb1499c95790bf20763d3 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 3 Mar 2019 13:08:10 -0800 Subject: [PATCH] modules/s_keys: Reduce milliseconds epoch to seconds. --- modules/s_keys.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/s_keys.cc b/modules/s_keys.cc index 6f9f9bc45..05410df7b 100644 --- a/modules/s_keys.cc +++ b/modules/s_keys.cc @@ -532,7 +532,7 @@ noexcept try if(valid_until_ts < ircd::time()) throw ircd::error { - "Key was valid until %s", timestr(valid_until_ts) + "Key was valid until %s", timestr(valid_until_ts / 1000L) }; const json::object &verify_keys