From c7851519e8baa6d57077087f3ac6559df5e96fab Mon Sep 17 00:00:00 2001 From: Marek Date: Thu, 28 Apr 2022 23:55:32 +0200 Subject: [PATCH] Specify the format and epoch --- src/rpc/blockchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 933f3cead..297402198 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -1234,7 +1234,7 @@ UniValue z_gettreestate(const UniValue& params, bool fHelp) "{\n" " \"hash\": \"hash\", (string) hex block hash\n" " \"height\": n, (numeric) block height\n" - " \"time\": n, (numeric) block time\n" + " \"time\": n, (numeric) block time: UTC seconds since the Unix 1970-01-01 epoch\n" " \"sprout\": {\n" " \"skipHash\": \"hash\", (string) hash of most recent block with more information\n" " \"commitments\": {\n"