From 4231e4396dbb877917b71335efcaf3d957472550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Tue, 9 Mar 2021 00:24:03 +0100 Subject: [PATCH] docsgen funtimes --- api/docgen/docgen.go | 2 +- documentation/en/api-methods-miner.md | 2 +- documentation/en/api-methods.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/docgen/docgen.go b/api/docgen/docgen.go index 8aca1d754..487f65706 100644 --- a/api/docgen/docgen.go +++ b/api/docgen/docgen.go @@ -124,7 +124,7 @@ func init() { addExample(network.ReachabilityPublic) addExample(build.NewestNetworkVersion) addExample(map[string]int{"name": 42}) - addExample(map[string]time.Time{"name": time.Unix(1615243938, 0)}) + addExample(map[string]time.Time{"name": time.Unix(1615243938, 0).UTC()}) addExample(&types.ExecutionTrace{ Msg: exampleValue("init", reflect.TypeOf(&types.Message{}), nil).(*types.Message), MsgRct: exampleValue("init", reflect.TypeOf(&types.MessageReceipt{}), nil).(*types.MessageReceipt), diff --git a/documentation/en/api-methods-miner.md b/documentation/en/api-methods-miner.md index 01a05b418..1582b115c 100644 --- a/documentation/en/api-methods-miner.md +++ b/documentation/en/api-methods-miner.md @@ -1072,7 +1072,7 @@ Response: "name": 42 }, "Conns": { - "name": "2021-03-08T23:52:18+01:00" + "name": "2021-03-08T22:52:18Z" } } } diff --git a/documentation/en/api-methods.md b/documentation/en/api-methods.md index c6a481f2b..49afeeb1a 100644 --- a/documentation/en/api-methods.md +++ b/documentation/en/api-methods.md @@ -2914,7 +2914,7 @@ Response: "name": 42 }, "Conns": { - "name": "2021-03-08T23:52:18+01:00" + "name": "2021-03-08T22:52:18Z" } } }