docsgen funtimes

This commit is contained in:
Łukasz Magiera 2021-03-09 00:24:03 +01:00
parent 9f2015e850
commit 4231e4396d
3 changed files with 3 additions and 3 deletions

View File

@ -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),

View File

@ -1072,7 +1072,7 @@ Response:
"name": 42
},
"Conns": {
"name": "2021-03-08T23:52:18+01:00"
"name": "2021-03-08T22:52:18Z"
}
}
}

View File

@ -2914,7 +2914,7 @@ Response:
"name": 42
},
"Conns": {
"name": "2021-03-08T23:52:18+01:00"
"name": "2021-03-08T22:52:18Z"
}
}
}