0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-08 03:28:40 +02:00

modules/s_keys: Reduce milliseconds epoch to seconds.

This commit is contained in:
Jason Volk 2019-03-03 13:08:10 -08:00
parent 86a946ab89
commit 69210c64be

View file

@ -532,7 +532,7 @@ noexcept try
if(valid_until_ts < ircd::time<milliseconds>())
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